次の方法で共有


AfdEndpointsClient インターフェイス

public interface AfdEndpointsClient

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

メソッドの概要

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

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。

abstract SyncPoller<PollResult<AfdEndpointInner>,AfdEndpointInner> beginCreate(String resourceGroupName, String profileName, String endpointName, AfdEndpointInner endpointParam, Context context)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。

abstract PollerFlux<PollResult<AfdEndpointInner>,AfdEndpointInner> beginCreateAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointInner endpointParam)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。

abstract SyncPoller<PollResult<Void>,Void> beginPurgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

AzureFrontDoor からコンテンツを削除します。

abstract SyncPoller<PollResult<Void>,Void> beginPurgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents, Context context)

AzureFrontDoor からコンテンツを削除します。

abstract PollerFlux<PollResult<Void>,Void> beginPurgeContentAsync(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

AzureFrontDoor からコンテンツを削除します。

abstract SyncPoller<PollResult<AfdEndpointInner>,AfdEndpointInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

既存の Azure を更新する指定したサブスクリプション、リソース グループ、プロファイルの下に指定されたエンドポイント名を持つ FrontDoor エンドポイント。

abstract SyncPoller<PollResult<AfdEndpointInner>,AfdEndpointInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties, Context context)

既存の Azure を更新する指定したサブスクリプション、リソース グループ、プロファイルの下に指定されたエンドポイント名を持つ FrontDoor エンドポイント。

abstract PollerFlux<PollResult<AfdEndpointInner>,AfdEndpointInner> beginUpdateAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

既存の Azure を更新する指定したサブスクリプション、リソース グループ、プロファイルの下に指定されたエンドポイント名を持つ FrontDoor エンドポイント。

abstract AfdEndpointInner create(String resourceGroupName, String profileName, String endpointName, AfdEndpointInner endpointParam)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。

abstract AfdEndpointInner create(String resourceGroupName, String profileName, String endpointName, AfdEndpointInner endpointParam, Context context)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。

abstract Mono<AfdEndpointInner> createAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointInner endpointParam)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。

abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointInner endpointParam)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。

abstract void delete(String resourceGroupName, String profileName, String endpointName)

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。

abstract void delete(String resourceGroupName, String profileName, String endpointName, Context context)

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。

abstract AfdEndpointInner get(String resourceGroupName, String profileName, String endpointName)

指定したサブスクリプション、リソース グループ、およびプロファイルの下にある、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを取得します。

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下にある、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを取得します。

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下にある、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを取得します。

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下にある、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを取得します。

abstract PagedIterable<AfdEndpointInner> listByProfile(String resourceGroupName, String profileName)

既存の AzureFrontDoor エンドポイントを一覧表示します。

abstract PagedIterable<AfdEndpointInner> listByProfile(String resourceGroupName, String profileName, Context context)

既存の AzureFrontDoor エンドポイントを一覧表示します。

abstract PagedFlux<AfdEndpointInner> listByProfileAsync(String resourceGroupName, String profileName)

既存の AzureFrontDoor エンドポイントを一覧表示します。

abstract PagedIterable<UsageInner> listResourceUsage(String resourceGroupName, String profileName, String endpointName)

指定された Azure Front Door プロファイルで、エンドポイントのクォータと実際の使用状況を確認します。

abstract PagedIterable<UsageInner> listResourceUsage(String resourceGroupName, String profileName, String endpointName, Context context)

指定された Azure Front Door プロファイルで、エンドポイントのクォータと実際の使用状況を確認します。

abstract PagedFlux<UsageInner> listResourceUsageAsync(String resourceGroupName, String profileName, String endpointName)

指定された Azure Front Door プロファイルで、エンドポイントのクォータと実際の使用状況を確認します。

abstract void purgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

AzureFrontDoor からコンテンツを削除します。

abstract void purgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents, Context context)

AzureFrontDoor からコンテンツを削除します。

abstract Mono<Void> purgeContentAsync(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

AzureFrontDoor からコンテンツを削除します。

abstract Mono<Response<Flux<ByteBuffer>>> purgeContentWithResponseAsync(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

AzureFrontDoor からコンテンツを削除します。

abstract AfdEndpointInner update(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

既存の Azure を更新する指定したサブスクリプション、リソース グループ、プロファイルの下に指定されたエンドポイント名を持つ FrontDoor エンドポイント。

abstract AfdEndpointInner update(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties, Context context)

既存の Azure を更新する指定したサブスクリプション、リソース グループ、プロファイルの下に指定されたエンドポイント名を持つ FrontDoor エンドポイント。

abstract Mono<AfdEndpointInner> updateAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

既存の Azure を更新する指定したサブスクリプション、リソース グループ、プロファイルの下に指定されたエンドポイント名を持つ FrontDoor エンドポイント。

abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

既存の Azure を更新する指定したサブスクリプション、リソース グループ、プロファイルの下に指定されたエンドポイント名を持つ FrontDoor エンドポイント。

abstract ValidateCustomDomainOutputInner validateCustomDomain(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties)

カスタム ドメイン マッピングを検証して、DNS の正しい Azure Front Door エンドポイントにマップされていることを確認します。

abstract Mono<ValidateCustomDomainOutputInner> validateCustomDomainAsync(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties)

カスタム ドメイン マッピングを検証して、DNS の正しい Azure Front Door エンドポイントにマップされていることを確認します。

abstract Response<ValidateCustomDomainOutputInner> validateCustomDomainWithResponse(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties, Context context)

カスタム ドメイン マッピングを検証して、DNS の正しい Azure Front Door エンドポイントにマップされていることを確認します。

abstract Mono<Response<ValidateCustomDomainOutputInner>> validateCustomDomainWithResponseAsync(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties)

カスタム ドメイン マッピングを検証して、DNS の正しい Azure Front Door エンドポイントにマップされていることを確認します。

メソッドの詳細

beginCreate

public abstract SyncPoller,AfdEndpointInner> beginCreate(String resourceGroupName, String profileName, String endpointName, AfdEndpointInner endpointParam)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
endpointParam - エンドポイントのプロパティ。

Returns:

SyncPoller<T,U> azure Front Door エンドポイントをポーリングするための は、配信元、プロトコル、コンテンツ キャッシュ、配信動作などの構成情報を含む Azure Front Door プロファイル内のエンティティです。

beginCreate

public abstract SyncPoller,AfdEndpointInner> beginCreate(String resourceGroupName, String profileName, String endpointName, AfdEndpointInner endpointParam, Context context)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。

Parameters:

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

Returns:

SyncPoller<T,U> azure Front Door エンドポイントのポーリング用 は、配信元、プロトコル、コンテンツ キャッシュ、配信動作などの構成情報を含む Azure Front Door プロファイル内のエンティティです。

beginCreateAsync

public abstract PollerFlux,AfdEndpointInner> beginCreateAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointInner endpointParam)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
endpointParam - エンドポイントのプロパティ。

Returns:

PollerFlux<T,U> azure Front Door エンドポイントのポーリング用 は、配信元、プロトコル、コンテンツ キャッシュ、配信動作などの構成情報を含む Azure Front Door プロファイル内のエンティティです。

beginDelete

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。

Parameters:

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

Returns:

SyncPoller<T,U>実行時間の長い操作のポーリング用の 。

beginDelete

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。

Parameters:

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

Returns:

SyncPoller<T,U>実行時間の長い操作のポーリング用の 。

beginDeleteAsync

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。

Parameters:

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

Returns:

PollerFlux<T,U>実行時間の長い操作のポーリング用の 。

beginPurgeContent

public abstract SyncPoller,Void> beginPurgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

AzureFrontDoor からコンテンツを削除します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
contents - コンテンツへのパスの一覧と、消去するリンク ドメインの一覧。 パスには完全な URL を指定できます。たとえば、単一のファイルを削除する '/pictures/city.png' や、ディレクトリ内のすべてのフォルダーとファイルを削除する "/pictures/*" などのワイルドカードを含むディレクトリを指定できます。

Returns:

SyncPoller<T,U>実行時間の長い操作のポーリング用の 。

beginPurgeContent

public abstract SyncPoller,Void> beginPurgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents, Context context)

AzureFrontDoor からコンテンツを削除します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
contents - コンテンツへのパスの一覧と、消去するリンク ドメインの一覧。 パスには完全な URL を指定できます。たとえば、単一のファイルを削除する '/pictures/city.png' や、ディレクトリ内のすべてのフォルダーとファイルを削除する "/pictures/*" などのワイルドカードを含むディレクトリを指定できます。
context - この操作に関連付けるコンテキスト。

Returns:

SyncPoller<T,U>実行時間の長い操作のポーリング用の 。

beginPurgeContentAsync

public abstract PollerFlux,Void> beginPurgeContentAsync(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

AzureFrontDoor からコンテンツを削除します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
contents - コンテンツへのパスの一覧と、消去するリンク ドメインの一覧。 パスには完全な URL を指定できます。たとえば、単一のファイルを削除する '/pictures/city.png' や、ディレクトリ内のすべてのフォルダーとファイルを削除する "/pictures/*" などのワイルドカードを含むディレクトリを指定できます。

Returns:

PollerFlux<T,U>実行時間の長い操作のポーリング用の 。

beginUpdate

public abstract SyncPoller,AfdEndpointInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを更新します。 エンドポイントを作成した後は、タグのみを更新できます。 配信元を更新するには、元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 ドメインを更新するには、更新Custom Domain操作を使用します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
endpointUpdateProperties - エンドポイントの更新プロパティ。

Returns:

SyncPoller<T,U> azure Front Door エンドポイントのポーリング用 は、配信元、プロトコル、コンテンツ キャッシュ、配信動作などの構成情報を含む Azure Front Door プロファイル内のエンティティです。

beginUpdate

public abstract SyncPoller,AfdEndpointInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties, Context context)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを更新します。 エンドポイントを作成した後は、タグのみを更新できます。 配信元を更新するには、元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 ドメインを更新するには、更新Custom Domain操作を使用します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
endpointUpdateProperties - エンドポイントの更新プロパティ。
context - この操作に関連付けるコンテキスト。

Returns:

SyncPoller<T,U> azure Front Door エンドポイントのポーリング用 は、配信元、プロトコル、コンテンツ キャッシュ、配信動作などの構成情報を含む Azure Front Door プロファイル内のエンティティです。

beginUpdateAsync

public abstract PollerFlux,AfdEndpointInner> beginUpdateAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを更新します。 エンドポイントを作成した後は、タグのみを更新できます。 配信元を更新するには、元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 ドメインを更新するには、更新Custom Domain操作を使用します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
endpointUpdateProperties - エンドポイントの更新プロパティ。

Returns:

PollerFlux<T,U> azure Front Door エンドポイントのポーリング用 は、配信元、プロトコル、コンテンツ キャッシュ、配信動作などの構成情報を含む Azure Front Door プロファイル内のエンティティです。

create

public abstract AfdEndpointInner create(String resourceGroupName, String profileName, String endpointName, AfdEndpointInner endpointParam)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
endpointParam - エンドポイントのプロパティ。

Returns:

azure Front Door エンドポイントは、配信元、プロトコル、コンテンツ キャッシュ、配信動作などの構成情報を含む Azure Front Door プロファイル内のエンティティです。

create

public abstract AfdEndpointInner create(String resourceGroupName, String profileName, String endpointName, AfdEndpointInner endpointParam, Context context)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。

Parameters:

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

Returns:

azure Front Door エンドポイントは、配信元、プロトコル、コンテンツ キャッシュ、配信動作などの構成情報を含む Azure Front Door プロファイル内のエンティティです。

createAsync

public abstract Mono createAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointInner endpointParam)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
endpointParam - エンドポイントのプロパティ。

Returns:

azure Front Door エンドポイントは、配信元、プロトコル、コンテンツ キャッシュ、配信の正常な完了時の動作などの構成情報を含む Azure Front Door プロファイル内の Monoエンティティです。

createWithResponseAsync

public abstract Mono>> createWithResponseAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointInner endpointParam)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
endpointParam - エンドポイントのプロパティ。

Returns:

azure Front Door エンドポイントは、配信元、プロトコル、コンテンツ キャッシュ、配信動作 Response<T> などの構成情報と、 の正常な完了時の構成情報を含む Azure Front Door プロファイル内の Monoエンティティです。

delete

public abstract void delete(String resourceGroupName, String profileName, String endpointName)

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。

Parameters:

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

delete

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。

Parameters:

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

deleteAsync

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。

Parameters:

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

Returns:

Mono成功した応答を受信したときに完了する 。

deleteWithResponseAsync

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。

Parameters:

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

Returns:

Response<T> 正常な完了時の Mono

get

public abstract AfdEndpointInner get(String resourceGroupName, String profileName, String endpointName)

指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを取得します。

Parameters:

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

Returns:

指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイント。

getAsync

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを取得します。

Parameters:

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

Returns:

の正常な完了時に、指定したサブスクリプション、リソース グループ、プロファイルの下に指定されたエンドポイント名を持つ既存の MonoAzureFrontDoor エンドポイント。

getWithResponse

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを取得します。

Parameters:

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

Returns:

指定したサブスクリプション、リソース グループ、プロファイルの下に指定されたエンドポイント名を持つ既存の AzureFrontDoor エンドポイントと 共 Response<T>に。

getWithResponseAsync

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

指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを取得します。

Parameters:

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

Returns:

の正常な完了時に、指定したサブスクリプション、リソース グループ、プロファイルの下に指定されたエンドポイント名を持つ Response<T> 既存の MonoAzureFrontDoor エンドポイント。

listByProfile

public abstract PagedIterable listByProfile(String resourceGroupName, String profileName)

既存の AzureFrontDoor エンドポイントを一覧表示します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。

Returns:

を使用して、エンドポイントをページ分割された応答 PagedIterable<T>として一覧表示する要求の結果。

listByProfile

public abstract PagedIterable listByProfile(String resourceGroupName, String profileName, Context context)

既存の AzureFrontDoor エンドポイントを一覧表示します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
context - この操作に関連付けるコンテキスト。

Returns:

を使用して、エンドポイントをページ分割された応答 PagedIterable<T>として一覧表示する要求の結果。

listByProfileAsync

public abstract PagedFlux listByProfileAsync(String resourceGroupName, String profileName)

既存の AzureFrontDoor エンドポイントを一覧表示します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。

Returns:

を使用して、エンドポイントをページ分割された応答 PagedFlux<T>として一覧表示する要求の結果。

listResourceUsage

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

指定された Azure Front Door プロファイルで、エンドポイントのクォータと実際の使用状況を確認します。

Parameters:

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

Returns:

リストは、 を使用したページ分割された応答として操作応答を PagedIterable<T>使用します。

listResourceUsage

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

指定された Azure Front Door プロファイルで、エンドポイントのクォータと実際の使用状況を確認します。

Parameters:

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

Returns:

リストは、 を使用したページ分割された応答として操作応答を PagedIterable<T>使用します。

listResourceUsageAsync

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

指定された Azure Front Door プロファイルで、エンドポイントのクォータと実際の使用状況を確認します。

Parameters:

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

Returns:

リストは、 を使用したページ分割された応答として操作応答を PagedFlux<T>使用します。

purgeContent

public abstract void purgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

AzureFrontDoor からコンテンツを削除します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
contents - コンテンツへのパスの一覧と、消去するリンク ドメインの一覧。 パスには完全な URL を指定できます。たとえば、単一のファイルを削除する '/pictures/city.png' や、ディレクトリ内のすべてのフォルダーとファイルを削除する "/pictures/*" などのワイルドカードを含むディレクトリを指定できます。

purgeContent

public abstract void purgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents, Context context)

AzureFrontDoor からコンテンツを削除します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
contents - コンテンツへのパスの一覧と、消去するリンク ドメインの一覧。 パスには完全な URL を指定できます。たとえば、単一のファイルを削除する '/pictures/city.png' や、ディレクトリ内のすべてのフォルダーとファイルを削除する "/pictures/*" などのワイルドカードを含むディレクトリを指定できます。
context - この操作に関連付けるコンテキスト。

purgeContentAsync

public abstract Mono purgeContentAsync(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

AzureFrontDoor からコンテンツを削除します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
contents - コンテンツへのパスの一覧と、消去するリンク ドメインの一覧。 パスには完全な URL を指定できます。たとえば、単一のファイルを削除する '/pictures/city.png' や、ディレクトリ内のすべてのフォルダーとファイルを削除する "/pictures/*" などのワイルドカードを含むディレクトリを指定できます。

Returns:

Mono成功した応答を受信したときに完了する 。

purgeContentWithResponseAsync

public abstract Mono>> purgeContentWithResponseAsync(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

AzureFrontDoor からコンテンツを削除します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
contents - コンテンツへのパスの一覧と、消去するリンク ドメインの一覧。 パスには完全な URL を指定できます。たとえば、単一のファイルを削除する '/pictures/city.png' や、ディレクトリ内のすべてのフォルダーとファイルを削除する "/pictures/*" などのワイルドカードを含むディレクトリを指定できます。

Returns:

Response<T> 正常な完了時の Mono

update

public abstract AfdEndpointInner update(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを更新します。 エンドポイントを作成した後は、タグのみを更新できます。 配信元を更新するには、元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 ドメインを更新するには、更新Custom Domain操作を使用します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
endpointUpdateProperties - エンドポイントの更新プロパティ。

Returns:

azure Front Door エンドポイントは、配信元、プロトコル、コンテンツ キャッシュ、配信動作などの構成情報を含む Azure Front Door プロファイル内のエンティティです。

update

public abstract AfdEndpointInner update(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties, Context context)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを更新します。 エンドポイントを作成した後は、タグのみを更新できます。 配信元を更新するには、元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 ドメインを更新するには、更新Custom Domain操作を使用します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
endpointUpdateProperties - エンドポイントの更新プロパティ。
context - この操作に関連付けるコンテキスト。

Returns:

azure Front Door エンドポイントは、配信元、プロトコル、コンテンツ キャッシュ、配信動作などの構成情報を含む Azure Front Door プロファイル内のエンティティです。

updateAsync

public abstract Mono updateAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを更新します。 エンドポイントを作成した後は、タグのみを更新できます。 配信元を更新するには、元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 ドメインを更新するには、更新Custom Domain操作を使用します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
endpointUpdateProperties - エンドポイントの更新プロパティ。

Returns:

azure Front Door エンドポイントは、配信元、プロトコル、コンテンツ キャッシュ、配信の正常な完了時の動作などの構成情報を含む Azure Front Door プロファイル内の Monoエンティティです。

updateWithResponseAsync

public abstract Mono>> updateWithResponseAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを更新します。 エンドポイントを作成した後は、タグのみを更新できます。 配信元を更新するには、元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 ドメインを更新するには、更新Custom Domain操作を使用します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
endpointUpdateProperties - エンドポイントの更新プロパティ。

Returns:

azure Front Door エンドポイントは、配信元、プロトコル、コンテンツ キャッシュ、配信動作 Response<T> などの構成情報と、 の正常な完了時の構成情報を含む Azure Front Door プロファイル内の Monoエンティティです。

validateCustomDomain

public abstract ValidateCustomDomainOutputInner validateCustomDomain(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties)

カスタム ドメイン マッピングを検証して、DNS の正しい Azure Front Door エンドポイントにマップされていることを確認します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainProperties - 検証するカスタム ドメイン。

Returns:

カスタム ドメイン検証の出力。

validateCustomDomainAsync

public abstract Mono validateCustomDomainAsync(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties)

カスタム ドメイン マッピングを検証して、DNS の正しい Azure Front Door エンドポイントにマップされていることを確認します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainProperties - 検証するカスタム ドメイン。

Returns:

の正常な完了時のカスタム ドメイン検証の Mono出力。

validateCustomDomainWithResponse

public abstract Response validateCustomDomainWithResponse(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties, Context context)

カスタム ドメイン マッピングを検証して、DNS の正しい Azure Front Door エンドポイントにマップされていることを確認します。

Parameters:

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

Returns:

と共 Response<T>にカスタム ドメイン検証の出力。

validateCustomDomainWithResponseAsync

public abstract Mono> validateCustomDomainWithResponseAsync(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties)

カスタム ドメイン マッピングを検証して、DNS の正しい Azure Front Door エンドポイントにマップされていることを確認します。

Parameters:

resourceGroupName - Azure サブスクリプション内のリソース グループの名前。
profileName - リソース グループ内で一意の Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
endpointName - グローバルに一意であるプロファイルの下のエンドポイントの名前。
customDomainProperties - 検証するカスタム ドメイン。

Returns:

の正常な完了時にと共 Response<T> にカスタム ドメイン検証の Mono出力。

適用対象