次の方法で共有


IWithStandardAttach<ParentT>.WithContentTypesToCompress メソッド

定義

圧縮するコンテンツ タイプを指定します。

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

パラメーター

contentTypesToCompress
ISet<String>

設定するために圧縮するコンテンツ タイプ。

戻り値

適用対象