IWithPremiumAttach<ParentT> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
CDN 設定檔進階 Verizon 端點定義的最後一個階段。 在這個階段中,可以指定任何剩餘的選擇性設定,也可以將 CDN 設定檔端點定義附加至父 CDN 設定檔定義。
public interface IWithPremiumAttach<ParentT> : Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.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) |
指定原始路徑。 |