ProximityPlacementGroups interface
ProximityPlacementGroups を表すインターフェイス。
メソッド
create |
近接配置グループを作成または更新します。 |
delete(string, string, Proximity |
近接配置グループを削除します。 |
get(string, string, Proximity |
近接配置グループ に関する情報を取得します。 |
list |
リソース グループ内のすべての近接配置グループを一覧表示します。 |
list |
サブスクリプション内のすべての近接配置グループを一覧表示します。 |
update(string, string, Proximity |
近接配置グループを更新します。 |
メソッドの詳細
createOrUpdate(string, string, ProximityPlacementGroup, ProximityPlacementGroupsCreateOrUpdateOptionalParams)
近接配置グループを作成または更新します。
function createOrUpdate(resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroup, options?: ProximityPlacementGroupsCreateOrUpdateOptionalParams): Promise<ProximityPlacementGroup>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- proximityPlacementGroupName
-
string
近接配置グループの名前。
- parameters
- ProximityPlacementGroup
近接配置グループの作成操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<ProximityPlacementGroup>
delete(string, string, ProximityPlacementGroupsDeleteOptionalParams)
近接配置グループを削除します。
function delete(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- proximityPlacementGroupName
-
string
近接配置グループの名前。
options パラメーター。
戻り値
Promise<void>
get(string, string, ProximityPlacementGroupsGetOptionalParams)
近接配置グループ に関する情報を取得します。
function get(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsGetOptionalParams): Promise<ProximityPlacementGroup>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- proximityPlacementGroupName
-
string
近接配置グループの名前。
options パラメーター。
戻り値
Promise<ProximityPlacementGroup>
listByResourceGroup(string, ProximityPlacementGroupsListByResourceGroupOptionalParams)
リソース グループ内のすべての近接配置グループを一覧表示します。
function listByResourceGroup(resourceGroupName: string, options?: ProximityPlacementGroupsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
options パラメーター。
戻り値
listBySubscription(ProximityPlacementGroupsListBySubscriptionOptionalParams)
サブスクリプション内のすべての近接配置グループを一覧表示します。
function listBySubscription(options?: ProximityPlacementGroupsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>
パラメーター
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 パラメーター。
戻り値
Promise<ProximityPlacementGroup>