次の方法で共有


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

定義

CDN プロファイル Standard Akamai または Standard Verizon エンドポイント定義の最終ステージ。 この段階では、残りのオプション設定を指定することも、CDN プロファイル エンドポイント定義を親 CDN プロファイル定義にアタッチすることもできます。

public interface IWithStandardAttach<ParentT> : Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.IAttachableStandard<ParentT>
type IWithStandardAttach<'ParentT> = interface
    interface IAttachableStandard<'ParentT>
Public Interface IWithStandardAttach(Of ParentT)
Implements IAttachableStandard(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に返される親 CDN プロファイル定義のステージ。

実装

メソッド

Attach()

定義されたエンドポイントを親 CDN プロファイルにアタッチします。

(継承元 IAttachableStandard<ParentT>)
WithCompressionEnabled(Boolean)

圧縮状態を設定します。

WithContentTypesToCompress(ISet<String>)

圧縮するコンテンツ タイプを指定します。

WithContentTypeToCompress(String)

圧縮する 1 つのコンテンツ タイプを指定します。

WithCustomDomain(String)

エンドポイント内に新しい CDN カスタム ドメインを追加します。

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

geo フィルターの一覧に 1 つのエントリを追加します。

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

指定した国リストの geo フィルター リストを設定します。

WithGeoFilters(IList<GeoFilter>)

使用する geo フィルターを指定します。

WithHostHeader(String)

ホスト ヘッダーを指定します。

WithHttpAllowed(Boolean)

HTTP トラフィックを許可するかどうかを指定します。

WithHttpPort(Int32)

HTTP トラフィックのポートを指定します。

WithHttpsAllowed(Boolean)

HTTPS トラフィックを許可するかどうかを指定します。

WithHttpsPort(Int32)

HTTPS トラフィックのポートを指定します。

WithOriginPath(String)

原点パスを指定します。

WithQueryStringCachingBehavior(QueryStringCachingBehavior)

クエリ文字列のキャッシュ動作を選択します。

適用対象