次の方法で共有


CustomLocations interface

CustomLocationsを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, CustomLocation, CustomLocationsCreateOrUpdateOptionalParams)

指定したサブスクリプションとリソース グループ内のカスタムの場所を作成または更新します。

beginCreateOrUpdateAndWait(string, string, CustomLocation, CustomLocationsCreateOrUpdateOptionalParams)

指定したサブスクリプションとリソース グループ内のカスタムの場所を作成または更新します。

beginDelete(string, string, CustomLocationsDeleteOptionalParams)

指定したリソース名、リソース グループ、およびサブスクリプション ID を持つカスタムの場所を削除します。

beginDeleteAndWait(string, string, CustomLocationsDeleteOptionalParams)

指定したリソース名、リソース グループ、およびサブスクリプション ID を持つカスタムの場所を削除します。

findTargetResourceGroup(string, string, CustomLocationFindTargetResourceGroupProperties, CustomLocationsFindTargetResourceGroupOptionalParams)

[ターゲット リソース グループの検索] 要求で渡された規則に一致するカスタムの場所のリソース同期規則に関連付けられているターゲット リソース グループを返します。

get(string, string, CustomLocationsGetOptionalParams)

指定したリソース グループと名前を持つ customLocation の詳細を取得します。

listByResourceGroup(string, CustomLocationsListByResourceGroupOptionalParams)

指定したサブスクリプションとリソース グループ内のカスタムの場所の一覧を取得します。 この操作は、各カスタムの場所のプロパティを返します。

listBySubscription(CustomLocationsListBySubscriptionOptionalParams)

指定したサブスクリプションのカスタムの場所の一覧を取得します。 この操作は、各カスタムの場所のプロパティを返します

listEnabledResourceTypes(string, string, CustomLocationsListEnabledResourceTypesOptionalParams)

有効なリソースの種類の一覧を取得します。

listOperations(CustomLocationsListOperationsOptionalParams)

使用可能なすべてのカスタムの場所操作を一覧表示します。

update(string, string, CustomLocationsUpdateOptionalParams)

指定したリソース グループとサブスクリプション内の指定したリソース名を使用して、カスタムの場所を更新します。

メソッドの詳細

beginCreateOrUpdate(string, string, CustomLocation, CustomLocationsCreateOrUpdateOptionalParams)

指定したサブスクリプションとリソース グループ内のカスタムの場所を作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, resourceName: string, parameters: CustomLocation, options?: CustomLocationsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<CustomLocation>, CustomLocation>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

resourceName

string

カスタムの場所の名前。

parameters
CustomLocation

カスタムロケーションを作成または更新するために提供されるパラメータ。

options
CustomLocationsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<CustomLocation>, CustomLocation>>

beginCreateOrUpdateAndWait(string, string, CustomLocation, CustomLocationsCreateOrUpdateOptionalParams)

指定したサブスクリプションとリソース グループ内のカスタムの場所を作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: CustomLocation, options?: CustomLocationsCreateOrUpdateOptionalParams): Promise<CustomLocation>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

resourceName

string

カスタムの場所の名前。

parameters
CustomLocation

カスタムロケーションを作成または更新するために提供されるパラメータ。

options
CustomLocationsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<CustomLocation>

beginDelete(string, string, CustomLocationsDeleteOptionalParams)

指定したリソース名、リソース グループ、およびサブスクリプション ID を持つカスタムの場所を削除します。

function beginDelete(resourceGroupName: string, resourceName: string, options?: CustomLocationsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

resourceName

string

カスタムの場所の名前。

options
CustomLocationsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, CustomLocationsDeleteOptionalParams)

指定したリソース名、リソース グループ、およびサブスクリプション ID を持つカスタムの場所を削除します。

function beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: CustomLocationsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

resourceName

string

カスタムの場所の名前。

options
CustomLocationsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

findTargetResourceGroup(string, string, CustomLocationFindTargetResourceGroupProperties, CustomLocationsFindTargetResourceGroupOptionalParams)

[ターゲット リソース グループの検索] 要求で渡された規則に一致するカスタムの場所のリソース同期規則に関連付けられているターゲット リソース グループを返します。

function findTargetResourceGroup(resourceGroupName: string, resourceName: string, parameters: CustomLocationFindTargetResourceGroupProperties, options?: CustomLocationsFindTargetResourceGroupOptionalParams): Promise<CustomLocationFindTargetResourceGroupResult>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

resourceName

string

カスタムの場所の名前。

parameters
CustomLocationFindTargetResourceGroupProperties

ターゲット・リソース・グループの検索要求のパラメーター。

options
CustomLocationsFindTargetResourceGroupOptionalParams

オプション パラメーター。

戻り値

get(string, string, CustomLocationsGetOptionalParams)

指定したリソース グループと名前を持つ customLocation の詳細を取得します。

function get(resourceGroupName: string, resourceName: string, options?: CustomLocationsGetOptionalParams): Promise<CustomLocation>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

resourceName

string

カスタムの場所の名前。

options
CustomLocationsGetOptionalParams

オプション パラメーター。

戻り値

Promise<CustomLocation>

listByResourceGroup(string, CustomLocationsListByResourceGroupOptionalParams)

指定したサブスクリプションとリソース グループ内のカスタムの場所の一覧を取得します。 この操作は、各カスタムの場所のプロパティを返します。

function listByResourceGroup(resourceGroupName: string, options?: CustomLocationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CustomLocation, CustomLocation[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

options
CustomLocationsListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

listBySubscription(CustomLocationsListBySubscriptionOptionalParams)

指定したサブスクリプションのカスタムの場所の一覧を取得します。 この操作は、各カスタムの場所のプロパティを返します

function listBySubscription(options?: CustomLocationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CustomLocation, CustomLocation[], PageSettings>

パラメーター

options
CustomLocationsListBySubscriptionOptionalParams

オプション パラメーター。

戻り値

listEnabledResourceTypes(string, string, CustomLocationsListEnabledResourceTypesOptionalParams)

有効なリソースの種類の一覧を取得します。

function listEnabledResourceTypes(resourceGroupName: string, resourceName: string, options?: CustomLocationsListEnabledResourceTypesOptionalParams): PagedAsyncIterableIterator<EnabledResourceType, EnabledResourceType[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

resourceName

string

カスタムの場所の名前。

options
CustomLocationsListEnabledResourceTypesOptionalParams

オプション パラメーター。

戻り値

listOperations(CustomLocationsListOperationsOptionalParams)

使用可能なすべてのカスタムの場所操作を一覧表示します。

function listOperations(options?: CustomLocationsListOperationsOptionalParams): PagedAsyncIterableIterator<CustomLocationOperation, CustomLocationOperation[], PageSettings>

パラメーター

options
CustomLocationsListOperationsOptionalParams

オプション パラメーター。

戻り値

update(string, string, CustomLocationsUpdateOptionalParams)

指定したリソース グループとサブスクリプション内の指定したリソース名を使用して、カスタムの場所を更新します。

function update(resourceGroupName: string, resourceName: string, options?: CustomLocationsUpdateOptionalParams): Promise<CustomLocation>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

resourceName

string

カスタムの場所の名前。

options
CustomLocationsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<CustomLocation>