IForwardingConfiguration.CacheConfiguration 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 caching configuration associated with this rule.
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="The caching configuration associated with this rule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="cacheConfiguration", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration CacheConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="The caching configuration associated with this rule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="cacheConfiguration", Update=true)>]
member this.CacheConfiguration : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ICacheConfiguration with get, set
Public Property CacheConfiguration As ICacheConfiguration
Property Value
- Attributes