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

IWithPremiumAttach<ParentT> 接口

定义

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

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

类型参数

ParentT

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

实现

方法

Attach()

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

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

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

WithHostHeader(String)

指定主机标头。

WithHttpAllowed(Boolean)

指定是否允许 HTTP 流量。

WithHttpPort(Int32)

指定 HTTP 流量的端口。

WithHttpsAllowed(Boolean)

指定是否允许 HTTPS 流量。

WithHttpsPort(Int32)

指定 HTTPS 流量的端口。

WithOriginPath(String)

指定源路径。

适用于