你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithStandardAttach<ParentT>.WithContentTypeToCompress(String) 方法

定义

指定要压缩的单个内容类型。

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

参数

contentTypeToCompress
String

要压缩以添加到列表的单个内容类型。

返回

适用于