Share via


IUpdateStandardEndpoint.WithContentTypesToCompress(ISet<String>) Method

Definition

Specifies the content types to compress.

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

Parameters

contentTypesToCompress
ISet<String>

Content types to compress to set.

Returns

Applies to