IWithStandardAttach<ParentT>.WithContentTypesToCompress Method

Definition

Specifies the content types to compress.

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<ParentT> WithContentTypesToCompress (System.Collections.Generic.ISet<string> contentTypesToCompress);
abstract member WithContentTypesToCompress : System.Collections.Generic.ISet<string> -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<'ParentT>
Public Function WithContentTypesToCompress (contentTypesToCompress As ISet(Of String)) As IWithStandardAttach(Of ParentT)

Parameters

contentTypesToCompress
ISet<String>

Content types to compress to set.

Returns

Applies to