次の方法で共有


CustomDomainsClient インターフェイス

public interface CustomDomainsClient

このクラスのインスタンスは、CustomDomainsClient で定義されているすべての操作へのアクセスを提供します。

メソッドの概要

修飾子と型 メソッドと説明
abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)

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

abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties, Context context)

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

abstract PollerFlux<PollResult<CustomDomainInner>,CustomDomainInner> beginCreateAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)

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

abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginDelete(String resourceGroupName, String profileName, String endpointName, String customDomainName)

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

abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginDelete(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)

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

abstract PollerFlux<PollResult<CustomDomainInner>,CustomDomainInner> beginDeleteAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

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

abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginDisableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を無効にします。

abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginDisableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)

カスタム ドメインの https 配信を無効にします。

abstract PollerFlux<PollResult<CustomDomainInner>,CustomDomainInner> beginDisableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を無効にします。

abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginEnableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を有効にします。

abstract SyncPoller<PollResult<CustomDomainInner>,CustomDomainInner> beginEnableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, Context context)

カスタム ドメインの https 配信を有効にします。

abstract PollerFlux<PollResult<CustomDomainInner>,CustomDomainInner> beginEnableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を有効にします。

abstract PollerFlux<PollResult<CustomDomainInner>,CustomDomainInner> beginEnableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)

カスタム ドメインの https 配信を有効にします。

abstract CustomDomainInner create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)

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

abstract CustomDomainInner create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties, Context context)

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

abstract Mono<CustomDomainInner> createAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)

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

abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)

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

abstract CustomDomainInner delete(String resourceGroupName, String profileName, String endpointName, String customDomainName)

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

abstract CustomDomainInner delete(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)

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

abstract Mono<CustomDomainInner> deleteAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

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

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

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

abstract CustomDomainInner disableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を無効にします。

abstract CustomDomainInner disableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)

カスタム ドメインの https 配信を無効にします。

abstract Mono<CustomDomainInner> disableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を無効にします。

abstract Mono<Response<Flux<ByteBuffer>>> disableCustomHttpsWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を無効にします。

abstract CustomDomainInner enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を有効にします。

abstract CustomDomainInner enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, Context context)

カスタム ドメインの https 配信を有効にします。

abstract Mono<CustomDomainInner> enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を有効にします。

abstract Mono<CustomDomainInner> enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)

カスタム ドメインの https 配信を有効にします。

abstract Mono<Response<Flux<ByteBuffer>>> enableCustomHttpsWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)

カスタム ドメインの https 配信を有効にします。

abstract CustomDomainInner get(String resourceGroupName, String profileName, String endpointName, String customDomainName)

エンドポイント内の既存のカスタム ドメインを取得します。

abstract Mono<CustomDomainInner> getAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

エンドポイント内の既存のカスタム ドメインを取得します。

abstract Response<CustomDomainInner> getWithResponse(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)

エンドポイント内の既存のカスタム ドメインを取得します。

abstract Mono<Response<CustomDomainInner>> getWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

エンドポイント内の既存のカスタム ドメインを取得します。

abstract PagedIterable<CustomDomainInner> listByEndpoint(String resourceGroupName, String profileName, String endpointName)

エンドポイント内のすべての既存のカスタム ドメインを一覧表示します。

abstract PagedIterable<CustomDomainInner> listByEndpoint(String resourceGroupName, String profileName, String endpointName, Context context)

エンドポイント内のすべての既存のカスタム ドメインを一覧表示します。

abstract PagedFlux<CustomDomainInner> listByEndpointAsync(String resourceGroupName, String profileName, String endpointName)

エンドポイント内のすべての既存のカスタム ドメインを一覧表示します。

メソッドの詳細

beginCreate

public abstract SyncPoller,CustomDomainInner> beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)

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

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
customDomainProperties - 新しいカスタム ドメインを作成するために必要なプロパティ。

Returns:

SyncPoller<T,U> 使用して、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピングをポーリングします (例: )。

beginCreate

public abstract SyncPoller,CustomDomainInner> beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties, Context context)

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

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
customDomainProperties - 新しいカスタム ドメインを作成するために必要なプロパティ。
context - この操作に関連付けるコンテキスト。

Returns:

SyncPoller<T,U> 使用して、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピングをポーリングします (例: )。

beginCreateAsync

public abstract PollerFlux,CustomDomainInner> beginCreateAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)

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

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
customDomainProperties - 新しいカスタム ドメインを作成するために必要なプロパティ。

Returns:

PollerFlux<T,U> 使用して、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピングをポーリングします (例: )。

beginDelete

public abstract SyncPoller,CustomDomainInner> beginDelete(String resourceGroupName, String profileName, String endpointName, String customDomainName)

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

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

SyncPoller<T,U>実行時間の長い操作をポーリングするための 。

beginDelete

public abstract SyncPoller,CustomDomainInner> beginDelete(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)

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

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
context - この操作に関連付けるコンテキスト。

Returns:

SyncPoller<T,U>実行時間の長い操作をポーリングするための 。

beginDeleteAsync

public abstract PollerFlux,CustomDomainInner> beginDeleteAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

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

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

PollerFlux<T,U>実行時間の長い操作をポーリングするための 。

beginDisableCustomHttps

public abstract SyncPoller,CustomDomainInner> beginDisableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を無効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

SyncPoller<T,U> 使用して、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピングをポーリングします (例: )。

beginDisableCustomHttps

public abstract SyncPoller,CustomDomainInner> beginDisableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)

カスタム ドメインの https 配信を無効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
context - この操作に関連付けるコンテキスト。

Returns:

SyncPoller<T,U> 使用して、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピングをポーリングします (例: )。

beginDisableCustomHttpsAsync

public abstract PollerFlux,CustomDomainInner> beginDisableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を無効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

PollerFlux<T,U> 使用して、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピングをポーリングします (例: )。

beginEnableCustomHttps

public abstract SyncPoller,CustomDomainInner> beginEnableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を有効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

SyncPoller<T,U> 使用して、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピングをポーリングします (例: )。

beginEnableCustomHttps

public abstract SyncPoller,CustomDomainInner> beginEnableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, Context context)

カスタム ドメインの https 配信を有効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
customDomainHttpsParameters - CDN マネージド証明書またはユーザー独自の証明書を使用して、カスタム ドメインに対して HTTPS を有効にする方法を指定する構成。 指定しない場合、ssl を有効にすると、既定で CDN マネージド証明書が使用されます。
context - この操作に関連付けるコンテキスト。

Returns:

SyncPoller<T,U> 使用して、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピングをポーリングします (例: )。

beginEnableCustomHttpsAsync

public abstract PollerFlux,CustomDomainInner> beginEnableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を有効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

PollerFlux<T,U> 使用して、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピングをポーリングします (例: )。

beginEnableCustomHttpsAsync

public abstract PollerFlux,CustomDomainInner> beginEnableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)

カスタム ドメインの https 配信を有効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
customDomainHttpsParameters - CDN マネージド証明書またはユーザー独自の証明書を使用して、カスタム ドメインに対して HTTPS を有効にする方法を指定する構成。 指定しない場合、ssl を有効にすると、既定で CDN マネージド証明書が使用されます。

Returns:

PollerFlux<T,U> 使用して、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピングをポーリングします (例: )。

create

public abstract CustomDomainInner create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)

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

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
customDomainProperties - 新しいカスタム ドメインを作成するために必要なプロパティ。

Returns:

顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピング (例: )

create

public abstract CustomDomainInner create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties, Context context)

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

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
customDomainProperties - 新しいカスタム ドメインを作成するために必要なプロパティ。
context - この操作に関連付けるコンテキスト。

Returns:

顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピング (例: )

createAsync

public abstract Mono createAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)

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

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
customDomainProperties - 新しいカスタム ドメインを作成するために必要なプロパティ。

Returns:

の正常な完了 Monoなど、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピング。

createWithResponseAsync

public abstract Mono>> createWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties)

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

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
customDomainProperties - 新しいカスタム ドメインを作成するために必要なプロパティ。

Returns:

の正常な完了Mono時などResponse<T>、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピング。

delete

public abstract CustomDomainInner delete(String resourceGroupName, String profileName, String endpointName, String customDomainName)

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

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

応答。

delete

public abstract CustomDomainInner delete(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)

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

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
context - この操作に関連付けるコンテキスト。

Returns:

応答。

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

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

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

が正常に完了した場合の Mono応答本文。

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

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

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

の正常な完了時に、応答本文を と Response<T> 共に指定 Monoします。

disableCustomHttps

public abstract CustomDomainInner disableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を無効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピング (例: )。

disableCustomHttps

public abstract CustomDomainInner disableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)

カスタム ドメインの https 配信を無効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
context - この操作に関連付けるコンテキスト。

Returns:

顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピング (例: )。

disableCustomHttpsAsync

public abstract Mono disableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を無効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

の正常な完了 Monoなど、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピング。

disableCustomHttpsWithResponseAsync

public abstract Mono>> disableCustomHttpsWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を無効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

の正常な完了Mono時などResponse<T>、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピング。

enableCustomHttps

public abstract CustomDomainInner enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を有効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピング (例: )。

enableCustomHttps

public abstract CustomDomainInner enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, Context context)

カスタム ドメインの https 配信を有効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
customDomainHttpsParameters - CDN マネージド証明書またはユーザー独自の証明書を使用して、カスタム ドメインに対して HTTPS を有効にする方法を指定する構成。 指定しない場合、ssl を有効にすると、既定で CDN マネージド証明書が使用されます。
context - この操作に関連付けるコンテキスト。

Returns:

顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピング (例: )。

enableCustomHttpsAsync

public abstract Mono enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

カスタム ドメインの https 配信を有効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

の正常な完了 Monoなど、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピング。

enableCustomHttpsAsync

public abstract Mono enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)

カスタム ドメインの https 配信を有効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
customDomainHttpsParameters - CDN マネージド証明書またはユーザー独自の証明書を使用して、カスタム ドメインに対して HTTPS を有効にする方法を指定する構成。 指定しない場合、ssl を有効にすると、既定で CDN マネージド証明書が使用されます。

Returns:

の正常な完了 Monoなど、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピング。

enableCustomHttpsWithResponseAsync

public abstract Mono>> enableCustomHttpsWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)

カスタム ドメインの https 配信を有効にします。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
customDomainHttpsParameters - CDN マネージド証明書またはユーザー独自の証明書を使用して、カスタム ドメインに対して HTTPS を有効にする方法を指定する構成。 指定しない場合、ssl を有効にすると、既定で CDN マネージド証明書が使用されます。

Returns:

の正常な完了Mono時などResponse<T>、顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピング。

get

public abstract CustomDomainInner get(String resourceGroupName, String profileName, String endpointName, String customDomainName)

エンドポイント内の既存のカスタム ドメインを取得します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

エンドポイント内の既存のカスタム ドメイン。

getAsync

public abstract Mono getAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

エンドポイント内の既存のカスタム ドメインを取得します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

の正常な完了時にエンドポイント内の既存の Monoカスタム ドメイン。

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String profileName, String endpointName, String customDomainName, Context context)

エンドポイント内の既存のカスタム ドメインを取得します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。
context - この操作に関連付けるコンテキスト。

Returns:

と共 Response<T>に、エンドポイント内の既存のカスタム ドメイン。

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)

エンドポイント内の既存のカスタム ドメインを取得します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainName - エンドポイント内のカスタム ドメインの名前。

Returns:

の正常な完了時に、エンドポイント内の既存のMonoカスタム ドメインと Response<T> 共に。

listByEndpoint

public abstract PagedIterable listByEndpoint(String resourceGroupName, String profileName, String endpointName)

エンドポイント内のすべての既存のカスタム ドメインを一覧表示します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。

Returns:

を使用してカスタム ドメインをページ分割された応答 PagedIterable<T>として一覧表示する要求の結果。

listByEndpoint

public abstract PagedIterable listByEndpoint(String resourceGroupName, String profileName, String endpointName, Context context)

エンドポイント内のすべての既存のカスタム ドメインを一覧表示します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
context - この操作に関連付けるコンテキスト。

Returns:

を使用してカスタム ドメインをページ分割された応答 PagedIterable<T>として一覧表示する要求の結果。

listByEndpointAsync

public abstract PagedFlux listByEndpointAsync(String resourceGroupName, String profileName, String endpointName)

エンドポイント内のすべての既存のカスタム ドメインを一覧表示します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である CDN プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。

Returns:

を使用してカスタム ドメインをページ分割された応答 PagedFlux<T>として一覧表示する要求の結果。

適用対象