Show / Hide Table of Contents

Class EndpointDeliveryRuleCacheExpirationActionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointDeliveryRuleCacheExpirationActionArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Cdn.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EndpointDeliveryRuleCacheExpirationActionArgs : ResourceArgs

Constructors

View Source

EndpointDeliveryRuleCacheExpirationActionArgs()

Declaration
public EndpointDeliveryRuleCacheExpirationActionArgs()

Properties

View Source

Behavior

The behavior of the cache. Valid values are BypassCache, Override and SetIfMissing.

Declaration
public Input<string> Behavior { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Duration

Duration of the cache. Only allowed when behavior is set to Override or SetIfMissing. Format: [d.]hh:mm:ss

Declaration
public Input<string> Duration { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.