次の方法で共有


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 カスタム ドメインを削除します。

適用対象