DedicatedHostGroups interface
DedicatedHostGroups を表すインターフェイス。
メソッド
create |
専用ホスト グループを作成または更新します。 専用ホストと専用ホスト グループの詳細については、「専用ホストのドキュメント」(https://go.microsoft.com/fwlink/?linkid=2082596) を参照してください。 |
delete(string, string, Dedicated |
専用ホスト グループを削除します。 |
get(string, string, Dedicated |
専用ホスト グループに関する情報を取得します。 |
list |
指定したリソース グループ内のすべての専用ホスト グループを一覧表示します。 応答で nextLink プロパティを使用して、専用ホスト グループの次のページを取得します。 |
list |
サブスクリプション内のすべての専用ホスト グループを一覧表示します。 応答で nextLink プロパティを使用して、専用ホスト グループの次のページを取得します。 |
update(string, string, Dedicated |
専用ホスト グループを更新します。 |
メソッドの詳細
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 パラメーター。
戻り値
Promise<DedicatedHostGroup>
delete(string, string, DedicatedHostGroupsDeleteOptionalParams)
専用ホスト グループを削除します。
function delete(resourceGroupName: string, hostGroupName: string, options?: DedicatedHostGroupsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
options パラメーター。
戻り値
Promise<void>
get(string, string, DedicatedHostGroupsGetOptionalParams)
専用ホスト グループに関する情報を取得します。
function get(resourceGroupName: string, hostGroupName: string, options?: DedicatedHostGroupsGetOptionalParams): Promise<DedicatedHostGroup>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
options パラメーター。
戻り値
Promise<DedicatedHostGroup>
listByResourceGroup(string, DedicatedHostGroupsListByResourceGroupOptionalParams)
指定したリソース グループ内のすべての専用ホスト グループを一覧表示します。 応答で nextLink プロパティを使用して、専用ホスト グループの次のページを取得します。
function listByResourceGroup(resourceGroupName: string, options?: DedicatedHostGroupsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DedicatedHostGroup, DedicatedHostGroup[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
options パラメーター。
戻り値
listBySubscription(DedicatedHostGroupsListBySubscriptionOptionalParams)
サブスクリプション内のすべての専用ホスト グループを一覧表示します。 応答で nextLink プロパティを使用して、専用ホスト グループの次のページを取得します。
function listBySubscription(options?: DedicatedHostGroupsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DedicatedHostGroup, DedicatedHostGroup[], PageSettings>
パラメーター
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 パラメーター。
戻り値
Promise<DedicatedHostGroup>