次の方法で共有


IRolloutsOperations.RestartWithHttpMessagesAsync メソッド

定義

失敗したロールアウトを再起動し、必要に応じて成功したすべての手順をスキップします。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DeploymentManager.Models.Rollout>> RestartWithHttpMessagesAsync (string resourceGroupName, string rolloutName, bool? skipSucceeded = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member RestartWithHttpMessagesAsync : string * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DeploymentManager.Models.Rollout>>
Public Function RestartWithHttpMessagesAsync (resourceGroupName As String, rolloutName As String, Optional skipSucceeded As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Rollout))

パラメーター

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

rolloutName
String

ロールアウト名。

skipSucceeded
Nullable<Boolean>

true の場合、ロールアウトでこれまでに成功したすべてのステップがスキップされます。 false の場合、個々のリソースの現在の状態に関係なく、ロールアウト全体が再度実行されます。 指定しない場合、既定値は false です。

customHeaders
Dictionary<String,List<String>>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

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

応答を逆シリアル化できない場合にスローされます

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

注釈

失敗したロールアウトのみを再起動できます。

適用対象