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

IWithStandardAttach<ParentT> 接口

定义

CDN 配置文件标准 Akamai 或标准 Verizon 终结点定义的最后阶段。 在此阶段,可以指定任何剩余的可选设置,也可以将 CDN 配置文件终结点定义附加到父级 CDN 配置文件定义。

public interface IWithStandardAttach<ParentT> : Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IAttachableStandard<ParentT>
type IWithStandardAttach<'ParentT> = interface
    interface IAttachableStandard<'ParentT>
Public Interface IWithStandardAttach(Of ParentT)
Implements IAttachableStandard(Of ParentT)

类型参数

ParentT

附加此定义后要返回到的父 CDN 配置文件更新的阶段。

实现

方法

Attach()

将终结点定义附加到父 CDN 配置文件更新。

(继承自 IAttachableStandard<ParentT>)
WithCompressionEnabled(Boolean)

设置压缩状态。

WithContentTypesToCompress(ISet<String>)

指定要压缩的内容类型。

WithContentTypeToCompress(String)

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

WithCustomDomain(String)

在终结点中添加新的 CDN 自定义域。

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

将单个条目添加到地理筛选器列表。

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

设置指定国家/地区列表的地理筛选器列表。

WithGeoFilters(IList<GeoFilter>)

指定要使用的地理筛选器。

WithHostHeader(String)

指定主机标头。

WithHttpAllowed(Boolean)

指定是否允许 HTTP 流量。

WithHttpPort(Int32)

指定 HTTP 流量的端口。

WithHttpsAllowed(Boolean)

指定是否允许 HTTPS 流量。

WithHttpsPort(Int32)

指定 HTTPS 流量的端口。

WithOriginPath(String)

指定源路径。

WithQueryStringCachingBehavior(QueryStringCachingBehavior)

设置查询字符串缓存行为。

适用于