FrontDoors interface
FrontDoors を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, FrontDoor, FrontDoorsCreateOrUpdateOptionalParams)
指定したサブスクリプションとリソース グループの下に Front Door 名を持つ新しい Front Door を作成します。
function beginCreateOrUpdate(resourceGroupName: string, frontDoorName: string, frontDoorParameters: FrontDoor, options?: FrontDoorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FrontDoor>, FrontDoor>>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- frontDoorName
-
string
グローバルに一意である Front Door の名前。
- frontDoorParameters
- FrontDoor
新しい Front Door を作成するために必要な Front Door プロパティ。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<FrontDoor>, FrontDoor>>
beginCreateOrUpdateAndWait(string, string, FrontDoor, FrontDoorsCreateOrUpdateOptionalParams)
指定したサブスクリプションとリソース グループの下に Front Door 名を持つ新しい Front Door を作成します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, frontDoorName: string, frontDoorParameters: FrontDoor, options?: FrontDoorsCreateOrUpdateOptionalParams): Promise<FrontDoor>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- frontDoorName
-
string
グローバルに一意である Front Door の名前。
- frontDoorParameters
- FrontDoor
新しい Front Door を作成するために必要な Front Door プロパティ。
オプション パラメーター。
戻り値
Promise<FrontDoor>
beginDelete(string, string, FrontDoorsDeleteOptionalParams)
指定したパラメーターを持つ既存の Front Door を削除します。
function beginDelete(resourceGroupName: string, frontDoorName: string, options?: FrontDoorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- frontDoorName
-
string
グローバルに一意である Front Door の名前。
- options
- FrontDoorsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, FrontDoorsDeleteOptionalParams)
指定したパラメーターを持つ既存の Front Door を削除します。
function beginDeleteAndWait(resourceGroupName: string, frontDoorName: string, options?: FrontDoorsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- frontDoorName
-
string
グローバルに一意である Front Door の名前。
- options
- FrontDoorsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
get(string, string, FrontDoorsGetOptionalParams)
指定したサブスクリプションとリソース グループの下に、指定した Front Door 名を持つ Front Door を取得します。
function get(resourceGroupName: string, frontDoorName: string, options?: FrontDoorsGetOptionalParams): Promise<FrontDoor>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- frontDoorName
-
string
グローバルに一意である Front Door の名前。
- options
- FrontDoorsGetOptionalParams
オプション パラメーター。
戻り値
Promise<FrontDoor>
list(FrontDoorsListOptionalParams)
Azure サブスクリプション内のすべての Front Door を一覧表示します。
function list(options?: FrontDoorsListOptionalParams): PagedAsyncIterableIterator<FrontDoor, FrontDoor[], PageSettings>
パラメーター
- options
- FrontDoorsListOptionalParams
オプション パラメーター。
戻り値
listByResourceGroup(string, FrontDoorsListByResourceGroupOptionalParams)
サブスクリプションのリソース グループ内のすべての Front Door を一覧表示します。
function listByResourceGroup(resourceGroupName: string, options?: FrontDoorsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<FrontDoor, FrontDoor[], PageSettings>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
オプション パラメーター。
戻り値
validateCustomDomain(string, string, ValidateCustomDomainInput, FrontDoorsValidateCustomDomainOptionalParams)
カスタム ドメイン マッピングを検証して、DNS の正しい Front Door エンドポイントにマップされていることを確認します。
function validateCustomDomain(resourceGroupName: string, frontDoorName: string, customDomainProperties: ValidateCustomDomainInput, options?: FrontDoorsValidateCustomDomainOptionalParams): Promise<ValidateCustomDomainOutput>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- frontDoorName
-
string
グローバルに一意である Front Door の名前。
- customDomainProperties
- ValidateCustomDomainInput
検証するカスタム ドメイン。
オプション パラメーター。
戻り値
Promise<ValidateCustomDomainOutput>