次の方法で共有


ProximityPlacementGroups interface

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

メソッド

createOrUpdate(string, string, ProximityPlacementGroup, ProximityPlacementGroupsCreateOrUpdateOptionalParams)

近接配置グループを作成または更新します。

delete(string, string, ProximityPlacementGroupsDeleteOptionalParams)

近接配置グループを削除します。

get(string, string, ProximityPlacementGroupsGetOptionalParams)

近接配置グループ に関する情報を取得します。

listByResourceGroup(string, ProximityPlacementGroupsListByResourceGroupOptionalParams)

リソース グループ内のすべての近接配置グループを一覧表示します。

listBySubscription(ProximityPlacementGroupsListBySubscriptionOptionalParams)

サブスクリプション内のすべての近接配置グループを一覧表示します。

update(string, string, ProximityPlacementGroupUpdate, ProximityPlacementGroupsUpdateOptionalParams)

近接配置グループを更新します。

メソッドの詳細

createOrUpdate(string, string, ProximityPlacementGroup, ProximityPlacementGroupsCreateOrUpdateOptionalParams)

近接配置グループを作成または更新します。

function createOrUpdate(resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroup, options?: ProximityPlacementGroupsCreateOrUpdateOptionalParams): Promise<ProximityPlacementGroup>

パラメーター

resourceGroupName

string

リソース グループの名前。

proximityPlacementGroupName

string

近接配置グループの名前。

parameters
ProximityPlacementGroup

近接配置グループの作成操作に指定されたパラメーター。

options
ProximityPlacementGroupsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

delete(string, string, ProximityPlacementGroupsDeleteOptionalParams)

近接配置グループを削除します。

function delete(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。

proximityPlacementGroupName

string

近接配置グループの名前。

options
ProximityPlacementGroupsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, ProximityPlacementGroupsGetOptionalParams)

近接配置グループ に関する情報を取得します。

function get(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsGetOptionalParams): Promise<ProximityPlacementGroup>

パラメーター

resourceGroupName

string

リソース グループの名前。

proximityPlacementGroupName

string

近接配置グループの名前。

options
ProximityPlacementGroupsGetOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, ProximityPlacementGroupsListByResourceGroupOptionalParams)

リソース グループ内のすべての近接配置グループを一覧表示します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。

options
ProximityPlacementGroupsListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(ProximityPlacementGroupsListBySubscriptionOptionalParams)

サブスクリプション内のすべての近接配置グループを一覧表示します。

function listBySubscription(options?: ProximityPlacementGroupsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>

パラメーター

options
ProximityPlacementGroupsListBySubscriptionOptionalParams

options パラメーター。

戻り値

update(string, string, ProximityPlacementGroupUpdate, ProximityPlacementGroupsUpdateOptionalParams)

近接配置グループを更新します。

function update(resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroupUpdate, options?: ProximityPlacementGroupsUpdateOptionalParams): Promise<ProximityPlacementGroup>

パラメーター

resourceGroupName

string

リソース グループの名前。

proximityPlacementGroupName

string

近接配置グループの名前。

parameters
ProximityPlacementGroupUpdate

近接配置グループの更新操作に指定されたパラメーター。

options
ProximityPlacementGroupsUpdateOptionalParams

options パラメーター。

戻り値