DedicatedHosts interface
DedicatedHosts を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, string, DedicatedHost, DedicatedHostsCreateOrUpdateOptionalParams)
専用ホスト を作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHost, options?: DedicatedHostsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DedicatedHost>, DedicatedHost>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
- hostName
-
string
専用ホスト の名前。
- parameters
- DedicatedHost
専用ホストの作成に指定されたパラメーター。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<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<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
- hostName
-
string
専用ホストの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<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>
beginRedeploy(string, string, string, DedicatedHostsRedeployOptionalParams)
専用ホストを再デプロイします。 専用ホストが新しいノードに移行され、実行中になると、操作は正常に完了します。 Azure portal で Resource Health センターチェック再デプロイした後に専用ホストにデプロイされた VM の正常性を確認します。 詳細については、 を https://docs.microsoft.com/azure/service-health/resource-health-overview 参照してください。
function beginRedeploy(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRedeployOptionalParams): Promise<SimplePollerLike<OperationState<DedicatedHostsRedeployHeaders>, DedicatedHostsRedeployHeaders>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
- hostName
-
string
専用ホストの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<DedicatedHostsRedeployHeaders>, DedicatedHostsRedeployHeaders>>
beginRedeployAndWait(string, string, string, DedicatedHostsRedeployOptionalParams)
専用ホストを再デプロイします。 専用ホストが新しいノードに移行され、実行中になると、操作は正常に完了します。 Azure portal で Resource Health センターチェック再デプロイした後に専用ホストにデプロイされた VM の正常性を確認します。 詳細については、 を https://docs.microsoft.com/azure/service-health/resource-health-overview 参照してください。
function beginRedeployAndWait(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRedeployOptionalParams): Promise<DedicatedHostsRedeployHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
- hostName
-
string
専用ホストの名前。
options パラメーター。
戻り値
Promise<DedicatedHostsRedeployHeaders>
beginRestart(string, string, string, DedicatedHostsRestartOptionalParams)
専用ホストを再起動します。 専用ホストが再起動して実行されると、操作は正常に完了します。 再起動後に専用ホストにデプロイされた VM の正常性を確認するには、Azure portal の Resource Health センターチェックします。 詳細については、 を https://docs.microsoft.com/azure/service-health/resource-health-overview 参照してください。
function beginRestart(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
- hostName
-
string
専用ホストの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginRestartAndWait(string, string, string, DedicatedHostsRestartOptionalParams)
専用ホストを再起動します。 専用ホストが再起動して実行されると、操作は正常に完了します。 再起動後に専用ホストにデプロイされた VM の正常性を確認するには、Azure portal の Resource Health センターチェックします。 詳細については、 を https://docs.microsoft.com/azure/service-health/resource-health-overview 参照してください。
function beginRestartAndWait(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRestartOptionalParams): 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<SimplePollerLike<OperationState<DedicatedHost>, DedicatedHost>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
- hostName
-
string
専用ホスト の名前。
- parameters
- DedicatedHostUpdate
専用ホストの更新操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<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>
listAvailableSizes(string, string, string, DedicatedHostsListAvailableSizesOptionalParams)
指定した専用ホストのサイズを変更できる使用可能なすべての専用ホスト サイズを一覧表示します。 注: 提供される専用ホスト サイズは、既存の専用ホストのみをスケールアップするために使用できます。
function listAvailableSizes(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsListAvailableSizesOptionalParams): PagedAsyncIterableIterator<string, string[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
- hostName
-
string
専用ホストの名前。
options パラメーター。
戻り値
PagedAsyncIterableIterator<string, string[], PageSettings>
listByHostGroup(string, string, DedicatedHostsListByHostGroupOptionalParams)
指定した専用ホスト グループ内のすべての専用ホストを一覧表示します。 応答で nextLink プロパティを使用して、専用ホストの次のページを取得します。
function listByHostGroup(resourceGroupName: string, hostGroupName: string, options?: DedicatedHostsListByHostGroupOptionalParams): PagedAsyncIterableIterator<DedicatedHost, DedicatedHost[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hostGroupName
-
string
専用ホスト グループの名前。
options パラメーター。