Class EndpointDeliveryRuleCacheExpirationAction
Inheritance
System.Object
EndpointDeliveryRuleCacheExpirationAction
Inherited Members
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EndpointDeliveryRuleCacheExpirationAction
Fields
View SourceBehavior
The behavior of the cache. Valid values are BypassCache, Override and SetIfMissing.
Declaration
public readonly string Behavior
Field Value
| Type | Description |
|---|---|
| System.String |
Duration
Duration of the cache. Only allowed when behavior is set to Override or SetIfMissing. Format: [d.]hh:mm:ss
Declaration
public readonly string Duration
Field Value
| Type | Description |
|---|---|
| System.String |