Freigeben über


IEndpoint.ContentTypesToCompress Property

Definition

List of content types on which compression applies. The value should be a valid MIME type.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="List of content types on which compression applies. The value should be a valid MIME type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="contentTypesToCompress", Update=true)]
public System.Collections.Generic.List<string> ContentTypesToCompress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="List of content types on which compression applies. The value should be a valid MIME type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="contentTypesToCompress", Update=true)>]
member this.ContentTypesToCompress : System.Collections.Generic.List<string> with get, set
Public Property ContentTypesToCompress As List(Of String)

Property Value

Attributes

Applies to