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

IUpdateStandardEndpoint 接口

定义

允许指定终结点属性的 CDN 配置文件终结点更新的阶段。

public interface IUpdateStandardEndpoint : Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Update.IUpdate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>
type IUpdateStandardEndpoint = interface
    interface IUpdate
    interface ISettable<IUpdate>
Public Interface IUpdateStandardEndpoint
Implements ISettable(Of IUpdate), IUpdate
实现

方法

Parent()

允许指定终结点属性的 CDN 配置文件终结点更新的阶段。

(继承自 ISettable<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)

指定 HTTP 流量的端口。

WithOriginPath(String)

指定源路径。

WithoutContentTypesToCompress()

清除要压缩的内容类型的整个列表。

WithoutContentTypeToCompress(String)

从列表中删除要压缩的内容类型。

WithoutCustomDomain(String)

删除终结点中的 CDN 自定义域。

WithoutGeoFilter(String)

从地理筛选器列表中删除条目。

WithoutGeoFilters()

清除整个地理筛选器列表。

WithQueryStringCachingBehavior(QueryStringCachingBehavior)

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

适用于