DedicatedHosts interface
DedicatedHosts を表すインターフェイス。
メソッド
begin |
専用ホスト を作成または更新します。 |
begin |
専用ホスト を作成または更新します。 |
begin |
専用ホストを削除します。 |
begin |
専用ホストを削除します。 |
begin |
専用ホスト を更新します。 |
begin |
専用ホスト を更新します。 |
get(string, string, string, Dedicated |
専用ホストに関する情報を取得します。 |
list |
指定した専用ホスト グループ内のすべての専用ホストを一覧表示します。 応答で nextLink プロパティを使用して、専用ホストの次のページを取得します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, DedicatedHost, DedicatedHostsCreateOrUpdateOptionalParams)
専用ホスト を作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHost, options?: DedicatedHostsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DedicatedHost>, DedicatedHost>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
- hostName
-
string
専用ホストの名前。
- parameters
- DedicatedHost
専用ホストの作成に指定されたパラメーター。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<DedicatedHost>, DedicatedHost>>
beginCreateOrUpdateAndWait(string, string, string, DedicatedHost, DedicatedHostsCreateOrUpdateOptionalParams)
専用ホスト を作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHost, options?: DedicatedHostsCreateOrUpdateOptionalParams): Promise<DedicatedHost>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
- hostName
-
string
専用ホストの名前。
- parameters
- DedicatedHost
専用ホストの作成に指定されたパラメーター。
options パラメーター。
戻り値
Promise<DedicatedHost>
beginDelete(string, string, string, DedicatedHostsDeleteOptionalParams)
専用ホストを削除します。
function beginDelete(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
- hostName
-
string
専用ホストの名前。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, DedicatedHostsDeleteOptionalParams)
専用ホストを削除します。
function beginDeleteAndWait(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
- hostName
-
string
専用ホストの名前。
options パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, string, DedicatedHostUpdate, DedicatedHostsUpdateOptionalParams)
専用ホスト を更新します。
function beginUpdate(resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHostUpdate, options?: DedicatedHostsUpdateOptionalParams): Promise<PollerLike<PollOperationState<DedicatedHost>, DedicatedHost>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
- hostName
-
string
専用ホストの名前。
- parameters
- DedicatedHostUpdate
専用ホストの更新操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<DedicatedHost>, DedicatedHost>>
beginUpdateAndWait(string, string, string, DedicatedHostUpdate, DedicatedHostsUpdateOptionalParams)
専用ホスト を更新します。
function beginUpdateAndWait(resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHostUpdate, options?: DedicatedHostsUpdateOptionalParams): Promise<DedicatedHost>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
- hostName
-
string
専用ホストの名前。
- parameters
- DedicatedHostUpdate
専用ホストの更新操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<DedicatedHost>
get(string, string, string, DedicatedHostsGetOptionalParams)
専用ホストに関する情報を取得します。
function get(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsGetOptionalParams): Promise<DedicatedHost>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
- hostName
-
string
専用ホストの名前。
- options
- DedicatedHostsGetOptionalParams
options パラメーター。
戻り値
Promise<DedicatedHost>
listByHostGroup(string, string, DedicatedHostsListByHostGroupOptionalParams)
指定した専用ホスト グループ内のすべての専用ホストを一覧表示します。 応答で nextLink プロパティを使用して、専用ホストの次のページを取得します。
function listByHostGroup(resourceGroupName: string, hostGroupName: string, options?: DedicatedHostsListByHostGroupOptionalParams): PagedAsyncIterableIterator<DedicatedHost, DedicatedHost[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
options パラメーター。