次の方法で共有


IDedicatedHostsOperations.BeginRestartWithHttpMessagesAsync メソッド

定義

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginRestartWithHttpMessagesAsync (string resourceGroupName, string hostGroupName, string hostName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginRestartWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function BeginRestartWithHttpMessagesAsync (resourceGroupName As String, hostGroupName As String, hostName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

パラメーター

resourceGroupName
String

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

hostGroupName
String

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

hostName
String

専用ホストの名前。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

必須パラメーターが null の場合にスローされます

適用対象