次の方法で共有


IWithPremiumAttach<ParentT> インターフェイス

定義

CDN プロファイル Premium 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)

原点パスを指定します。

適用対象