AfdEndpoints interface
AfdEndpoints を表すインターフェイス。
メソッド
begin |
指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。 |
begin |
指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。 |
begin |
指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。 |
begin |
指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。 |
begin |
AzureFrontDoor からコンテンツを削除します。 |
begin |
AzureFrontDoor からコンテンツを削除します。 |
begin |
指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを更新します。 エンドポイントの作成後に更新できるのはタグのみです。 配信元を更新するには、配信元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 ドメインを更新するには、Update Custom Domain 操作を使用します。 |
begin |
指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを更新します。 エンドポイントの作成後に更新できるのはタグのみです。 配信元を更新するには、配信元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 ドメインを更新するには、Update Custom Domain 操作を使用します。 |
get(string, string, string, Afd |
指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを取得します。 |
list |
既存の AzureFrontDoor エンドポイントを一覧表示します。 |
list |
指定された CDN プロファイルで、指定された AzureFrontDoor エンドポイントのクォータと実際の使用状況を確認します。 |
validate |
カスタム ドメイン マッピングを検証して、DNS 内の正しい CDN エンドポイントにマップされていることを確認します。この API は、apex ドメインでは機能しません。 |
メソッドの詳細
beginCreate(string, string, string, AFDEndpoint, AfdEndpointsCreateOptionalParams)
指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。
function beginCreate(resourceGroupName: string, profileName: string, endpointName: string, endpoint: AFDEndpoint, options?: AfdEndpointsCreateOptionalParams): Promise<PollerLike<PollOperationState<AFDEndpoint>, AFDEndpoint>>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
リソース グループ内で一意の Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
- endpointName
-
string
グローバルに一意であるプロファイルの下のエンドポイントの名前。
- endpoint
- AFDEndpoint
エンドポイントのプロパティ
- options
- AfdEndpointsCreateOptionalParams
options パラメーター。
戻り値
Promise<PollerLike<PollOperationState<AFDEndpoint>, AFDEndpoint>>
beginCreateAndWait(string, string, string, AFDEndpoint, AfdEndpointsCreateOptionalParams)
指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ新しい AzureFrontDoor エンドポイントを作成します。
function beginCreateAndWait(resourceGroupName: string, profileName: string, endpointName: string, endpoint: AFDEndpoint, options?: AfdEndpointsCreateOptionalParams): Promise<AFDEndpoint>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
リソース グループ内で一意の Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
- endpointName
-
string
グローバルに一意であるプロファイルの下のエンドポイントの名前。
- endpoint
- AFDEndpoint
エンドポイントのプロパティ
- options
- AfdEndpointsCreateOptionalParams
options パラメーター。
戻り値
Promise<AFDEndpoint>
beginDelete(string, string, string, AfdEndpointsDeleteOptionalParams)
指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。
function beginDelete(resourceGroupName: string, profileName: string, endpointName: string, options?: AfdEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
リソース グループ内で一意の Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
- endpointName
-
string
グローバルに一意であるプロファイルの下のエンドポイントの名前。
- options
- AfdEndpointsDeleteOptionalParams
options パラメーター。
戻り値
Promise<PollerLike<PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, AfdEndpointsDeleteOptionalParams)
指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを削除します。
function beginDeleteAndWait(resourceGroupName: string, profileName: string, endpointName: string, options?: AfdEndpointsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
リソース グループ内で一意の Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
- endpointName
-
string
グローバルに一意であるプロファイルの下のエンドポイントの名前。
- options
- AfdEndpointsDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
beginPurgeContent(string, string, string, AfdPurgeParameters, AfdEndpointsPurgeContentOptionalParams)
AzureFrontDoor からコンテンツを削除します。
function beginPurgeContent(resourceGroupName: string, profileName: string, endpointName: string, contents: AfdPurgeParameters, options?: AfdEndpointsPurgeContentOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
リソース グループ内で一意の Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
- endpointName
-
string
グローバルに一意であるプロファイルの下のエンドポイントの名前。
- contents
- AfdPurgeParameters
コンテンツへのパスの一覧と、消去するリンク されたドメインの一覧。 パスには完全な URL を指定できます。たとえば、1 つのファイルを削除する '/pictures/city.png' や、ワイルドカードを含むディレクトリ (ディレクトリ内のすべてのフォルダーとファイルを削除する '/pictures/*' など) を指定できます。
options パラメーター。
戻り値
Promise<PollerLike<PollOperationState<void>, void>>
beginPurgeContentAndWait(string, string, string, AfdPurgeParameters, AfdEndpointsPurgeContentOptionalParams)
AzureFrontDoor からコンテンツを削除します。
function beginPurgeContentAndWait(resourceGroupName: string, profileName: string, endpointName: string, contents: AfdPurgeParameters, options?: AfdEndpointsPurgeContentOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
リソース グループ内で一意の Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
- endpointName
-
string
グローバルに一意であるプロファイルの下のエンドポイントの名前。
- contents
- AfdPurgeParameters
コンテンツへのパスの一覧と、消去するリンク されたドメインの一覧。 パスには完全な URL を指定できます。たとえば、1 つのファイルを削除する '/pictures/city.png' や、ワイルドカードを含むディレクトリ (ディレクトリ内のすべてのフォルダーとファイルを削除する '/pictures/*' など) を指定できます。
options パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, string, AFDEndpointUpdateParameters, AfdEndpointsUpdateOptionalParams)
指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを更新します。 エンドポイントの作成後に更新できるのはタグのみです。 配信元を更新するには、配信元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 ドメインを更新するには、Update Custom Domain 操作を使用します。
function beginUpdate(resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: AFDEndpointUpdateParameters, options?: AfdEndpointsUpdateOptionalParams): Promise<PollerLike<PollOperationState<AFDEndpoint>, AFDEndpoint>>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
リソース グループ内で一意の Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
- endpointName
-
string
グローバルに一意であるプロファイルの下のエンドポイントの名前。
- endpointUpdateProperties
- AFDEndpointUpdateParameters
エンドポイントの更新プロパティ
- options
- AfdEndpointsUpdateOptionalParams
options パラメーター。
戻り値
Promise<PollerLike<PollOperationState<AFDEndpoint>, AFDEndpoint>>
beginUpdateAndWait(string, string, string, AFDEndpointUpdateParameters, AfdEndpointsUpdateOptionalParams)
指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを更新します。 エンドポイントの作成後に更新できるのはタグのみです。 配信元を更新するには、配信元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 ドメインを更新するには、Update Custom Domain 操作を使用します。
function beginUpdateAndWait(resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: AFDEndpointUpdateParameters, options?: AfdEndpointsUpdateOptionalParams): Promise<AFDEndpoint>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
リソース グループ内で一意の Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
- endpointName
-
string
グローバルに一意であるプロファイルの下のエンドポイントの名前。
- endpointUpdateProperties
- AFDEndpointUpdateParameters
エンドポイントの更新プロパティ
- options
- AfdEndpointsUpdateOptionalParams
options パラメーター。
戻り値
Promise<AFDEndpoint>
get(string, string, string, AfdEndpointsGetOptionalParams)
指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを取得します。
function get(resourceGroupName: string, profileName: string, endpointName: string, options?: AfdEndpointsGetOptionalParams): Promise<AFDEndpoint>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
- endpointName
-
string
グローバルに一意であるプロファイルの下のエンドポイントの名前。
- options
- AfdEndpointsGetOptionalParams
options パラメーター。
戻り値
Promise<AFDEndpoint>
listByProfile(string, string, AfdEndpointsListByProfileOptionalParams)
既存の AzureFrontDoor エンドポイントを一覧表示します。
function listByProfile(resourceGroupName: string, profileName: string, options?: AfdEndpointsListByProfileOptionalParams): PagedAsyncIterableIterator<AFDEndpoint, AFDEndpoint[], PageSettings>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
options パラメーター。
戻り値
PagedAsyncIterableIterator<AFDEndpoint, AFDEndpoint[], PageSettings>
listResourceUsage(string, string, string, AfdEndpointsListResourceUsageOptionalParams)
指定された CDN プロファイルで、指定された AzureFrontDoor エンドポイントのクォータと実際の使用状況を確認します。
function listResourceUsage(resourceGroupName: string, profileName: string, endpointName: string, options?: AfdEndpointsListResourceUsageOptionalParams): PagedAsyncIterableIterator<Usage, Usage[], PageSettings>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
- endpointName
-
string
グローバルに一意であるプロファイルの下のエンドポイントの名前。
options パラメーター。
戻り値
validateCustomDomain(string, string, string, ValidateCustomDomainInput, AfdEndpointsValidateCustomDomainOptionalParams)
カスタム ドメイン マッピングを検証して、DNS 内の正しい CDN エンドポイントにマップされていることを確認します。この API は、apex ドメインでは機能しません。
function validateCustomDomain(resourceGroupName: string, profileName: string, endpointName: string, customDomainProperties: ValidateCustomDomainInput, options?: AfdEndpointsValidateCustomDomainOptionalParams): Promise<ValidateCustomDomainOutput>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium プロファイルの名前。
- endpointName
-
string
グローバルに一意であるプロファイルの下のエンドポイントの名前。
- customDomainProperties
- ValidateCustomDomainInput
検証するカスタム ドメイン。
options パラメーター。
戻り値
Promise<ValidateCustomDomainOutput>