次の方法で共有


IUpdateStandardEndpoint インターフェイス

定義

エンドポイントのプロパティを指定できる CDN プロファイル エンドポイント更新のステージ。

public interface IUpdateStandardEndpoint : 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 IUpdateStandardEndpoint = interface
    interface IUpdate
    interface ISettable<IUpdate>
Public Interface IUpdateStandardEndpoint
Implements ISettable(Of IUpdate), IUpdate
実装

メソッド

Parent()

エンドポイントのプロパティを指定できる CDN プロファイル エンドポイント更新のステージ。

(継承元 ISettable<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)

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

WithOriginPath(String)

原点パスを指定します。

WithoutContentTypesToCompress()

圧縮するコンテンツ タイプのリスト全体をクリアします。

WithoutContentTypeToCompress(String)

圧縮するコンテンツ タイプをリストから削除します。

WithoutCustomDomain(String)

エンドポイント内の CDN カスタム ドメインを削除します。

WithoutGeoFilter(String)

geo フィルターの一覧からエントリを削除します。

WithoutGeoFilters()

geo フィルターの一覧全体をクリアします。

WithQueryStringCachingBehavior(QueryStringCachingBehavior)

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

適用対象