Share via


IUpdateStandardEndpoint.WithoutContentTypeToCompress(String) Method

Definition

Removes the content type to compress from the list.

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateStandardEndpoint.IUpdateStandardEndpoint WithoutContentTypeToCompress (string contentTypeToCompress);
abstract member WithoutContentTypeToCompress : string -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateStandardEndpoint.IUpdateStandardEndpoint
Public Function WithoutContentTypeToCompress (contentTypeToCompress As String) As IUpdateStandardEndpoint

Parameters

contentTypeToCompress
String

A single content type to remove from the list.

Returns

Applies to