Show / Hide Table of Contents

Class EndpointGlobalDeliveryRuleCacheExpirationAction

Inheritance
System.Object
EndpointGlobalDeliveryRuleCacheExpirationAction
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 EndpointGlobalDeliveryRuleCacheExpirationAction

Fields

View Source

Behavior

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

Declaration
public readonly string Behavior
Field Value
Type Description
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 readonly string Duration
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.