次の方法で共有


DedicatedHostsOperationsExtensions.Restart メソッド

定義

専用ホストを再起動します。 専用ホストが再起動して実行されると、操作は正常に完了します。 再起動後に専用ホストにデプロイされた VM の正常性を確認するには、Azure portal の Resource Health センターチェックします。 詳細については、 を https://docs.microsoft.com/azure/service-health/resource-health-overview 参照してください。

public static void Restart (this Microsoft.Azure.Management.Compute.IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName);
static member Restart : Microsoft.Azure.Management.Compute.IDedicatedHostsOperations * string * string * string -> unit
<Extension()>
Public Sub Restart (operations As IDedicatedHostsOperations, resourceGroupName As String, hostGroupName As String, hostName As String)

パラメーター

operations
IDedicatedHostsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

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

hostGroupName
String

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

hostName
String

専用ホストの名前。

適用対象