IRouteUpdateParameters.CompressionSettingContentTypesToCompress 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.
List of content types on which compression applies. The value should be a valid MIME type.
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="List of content types on which compression applies. The value should be a valid MIME type.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="contentTypesToCompress")]
public string[] CompressionSettingContentTypesToCompress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="List of content types on which compression applies. The value should be a valid MIME type.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="contentTypesToCompress")>]
member this.CompressionSettingContentTypesToCompress : string[] with get, set
Public Property CompressionSettingContentTypesToCompress As String()
Property Value
String[]
- Attributes