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

IUpdatePremiumEndpoint 接口

定义

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

public interface IUpdatePremiumEndpoint : 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 IUpdatePremiumEndpoint = interface
    interface IUpdate
    interface ISettable<IUpdate>
Public Interface IUpdatePremiumEndpoint
Implements ISettable(Of IUpdate), IUpdate
实现

方法

Parent()

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

(继承自 ISettable<ParentT>)
WithCustomDomain(String)

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

WithHostHeader(String)

指定主机标头。

WithHttpAllowed(Boolean)

指定是否允许 HTTP 流量。

WithHttpPort(Int32)

指定 HTTP 流量的端口。

WithHttpsAllowed(Boolean)

指定是否允许 HTTPS 流量。

WithHttpsPort(Int32)

指定 HTTPS 流量的端口。

WithOriginPath(String)

指定源路径。

WithoutCustomDomain(String)

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

适用于