Partager via


ICacheConfiguration.DynamicCompression Property

Definition

Whether to use dynamic compression for cached content

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Whether to use dynamic compression for cached content", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dynamicCompression", Update=true)]
public string DynamicCompression { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Whether to use dynamic compression for cached content", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dynamicCompression", Update=true)>]
member this.DynamicCompression : string with get, set
Public Property DynamicCompression As String

Property Value

Attributes

Applies to