次の方法で共有


DedicatedHostGroups interface

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

メソッド

createOrUpdate(string, string, DedicatedHostGroup, DedicatedHostGroupsCreateOrUpdateOptionalParams)

専用ホスト グループを作成または更新します。 専用ホストと専用ホスト グループの詳細については、「専用ホストのドキュメント」(https://go.microsoft.com/fwlink/?linkid=2082596) を参照してください。

delete(string, string, DedicatedHostGroupsDeleteOptionalParams)

専用ホスト グループを削除します。

get(string, string, DedicatedHostGroupsGetOptionalParams)

専用ホスト グループに関する情報を取得します。

listByResourceGroup(string, DedicatedHostGroupsListByResourceGroupOptionalParams)

指定したリソース グループ内のすべての専用ホスト グループを一覧表示します。 応答で nextLink プロパティを使用して、専用ホスト グループの次のページを取得します。

listBySubscription(DedicatedHostGroupsListBySubscriptionOptionalParams)

サブスクリプション内のすべての専用ホスト グループを一覧表示します。 応答で nextLink プロパティを使用して、専用ホスト グループの次のページを取得します。

update(string, string, DedicatedHostGroupUpdate, DedicatedHostGroupsUpdateOptionalParams)

専用ホスト グループを更新します。

メソッドの詳細

createOrUpdate(string, string, DedicatedHostGroup, DedicatedHostGroupsCreateOrUpdateOptionalParams)

専用ホスト グループを作成または更新します。 専用ホストと専用ホスト グループの詳細については、「専用ホストのドキュメント」(https://go.microsoft.com/fwlink/?linkid=2082596) を参照してください。

function createOrUpdate(resourceGroupName: string, hostGroupName: string, parameters: DedicatedHostGroup, options?: DedicatedHostGroupsCreateOrUpdateOptionalParams): Promise<DedicatedHostGroup>

パラメーター

resourceGroupName

string

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

hostGroupName

string

専用ホスト グループの名前。

parameters
DedicatedHostGroup

専用ホスト グループの作成に指定されたパラメーター。

options
DedicatedHostGroupsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

delete(string, string, DedicatedHostGroupsDeleteOptionalParams)

専用ホスト グループを削除します。

function delete(resourceGroupName: string, hostGroupName: string, options?: DedicatedHostGroupsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

hostGroupName

string

専用ホスト グループの名前。

options
DedicatedHostGroupsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, DedicatedHostGroupsGetOptionalParams)

専用ホスト グループに関する情報を取得します。

function get(resourceGroupName: string, hostGroupName: string, options?: DedicatedHostGroupsGetOptionalParams): Promise<DedicatedHostGroup>

パラメーター

resourceGroupName

string

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

hostGroupName

string

専用ホスト グループの名前。

options
DedicatedHostGroupsGetOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, DedicatedHostGroupsListByResourceGroupOptionalParams)

指定したリソース グループ内のすべての専用ホスト グループを一覧表示します。 応答で nextLink プロパティを使用して、専用ホスト グループの次のページを取得します。

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

パラメーター

resourceGroupName

string

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

options
DedicatedHostGroupsListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(DedicatedHostGroupsListBySubscriptionOptionalParams)

サブスクリプション内のすべての専用ホスト グループを一覧表示します。 応答で nextLink プロパティを使用して、専用ホスト グループの次のページを取得します。

function listBySubscription(options?: DedicatedHostGroupsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DedicatedHostGroup, DedicatedHostGroup[], PageSettings>

パラメーター

options
DedicatedHostGroupsListBySubscriptionOptionalParams

options パラメーター。

戻り値

update(string, string, DedicatedHostGroupUpdate, DedicatedHostGroupsUpdateOptionalParams)

専用ホスト グループを更新します。

function update(resourceGroupName: string, hostGroupName: string, parameters: DedicatedHostGroupUpdate, options?: DedicatedHostGroupsUpdateOptionalParams): Promise<DedicatedHostGroup>

パラメーター

resourceGroupName

string

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

hostGroupName

string

専用ホスト グループの名前。

parameters
DedicatedHostGroupUpdate

専用ホスト グループの更新操作に指定されたパラメーター。

options
DedicatedHostGroupsUpdateOptionalParams

options パラメーター。

戻り値