ICacheConfiguration.CacheBehavior 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.
Caching behavior for the requests
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="Caching behavior for the requests", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.RuleCacheBehavior) }, ReadOnly=false, Required=false, SerializedName="cacheBehavior")]
public Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.RuleCacheBehavior? CacheBehavior { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="Caching behavior for the requests", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.RuleCacheBehavior) }, ReadOnly=false, Required=false, SerializedName="cacheBehavior")>]
member this.CacheBehavior : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.RuleCacheBehavior> with get, set
Public Property CacheBehavior As Nullable(Of RuleCacheBehavior)
Property Value
- Attributes