IWithStandardAttach<ParentT>.WithContentTypeToCompress(String) Method

Definition

Specifies a single content type to compress.

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.IWithStandardAttach<ParentT> WithContentTypeToCompress (string contentTypeToCompress);
abstract member WithContentTypeToCompress : string -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.IWithStandardAttach<'ParentT>
Public Function WithContentTypeToCompress (contentTypeToCompress As String) As IWithStandardAttach(Of ParentT)

Parameters

contentTypeToCompress
String

A content type to compress to add to the list.

Returns

Applies to