共用方式為


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)

指定源路徑。

適用於