IRouteConfigurationOverrideActionParameters.CacheConfigurationCacheDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="cacheDuration")]
public string CacheConfigurationCacheDuration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="cacheDuration")>]
member this.CacheConfigurationCacheDuration : string with get, set
Public Property CacheConfigurationCacheDuration As String
Property Value
- Attributes