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