IVirtualMachineScaleSetsOperations.ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync(String, String, Int32, Dictionary<String,List<String>>, CancellationToken) |
Service Fabric 仮想マシン スケール セット内の仮想マシンを更新するための手動プラットフォーム更新ドメイン ウォーク。 |
ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync(String, String, Int32, String, String, Dictionary<String,List<String>>, CancellationToken) |
Service Fabric 仮想マシン スケール セット内の仮想マシンを更新するための手動プラットフォーム更新ドメイン ウォーク。 |
ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync(String, String, Int32, Dictionary<String,List<String>>, CancellationToken)
Service Fabric 仮想マシン スケール セット内の仮想マシンを更新するための手動プラットフォーム更新ドメイン ウォーク。
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.RecoveryWalkResponse>> ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync (string resourceGroupName, string vmScaleSetName, int platformUpdateDomain, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders, System.Threading.CancellationToken cancellationToken);
abstract member ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync : string * string * int * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.RecoveryWalkResponse>>
Public Function ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync (resourceGroupName As String, vmScaleSetName As String, platformUpdateDomain As Integer, customHeaders As Dictionary(Of String, List(Of String)), cancellationToken As CancellationToken) As Task(Of AzureOperationResponse(Of RecoveryWalkResponse))
パラメーター
- resourceGroupName
- String
リソース グループの名前。
- vmScaleSetName
- String
VM スケール セットの名前。
- platformUpdateDomain
- Int32
手動回復ウォークが要求されるプラットフォーム更新ドメイン
- customHeaders
- Dictionary<String,List<String>>
要求に追加されるヘッダー。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
例外
操作が無効な状態コードを返したときにスローされます
応答を逆シリアル化できない場合にスローされます
必須パラメーターが null の場合にスローされます
適用対象
ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync(String, String, Int32, String, String, Dictionary<String,List<String>>, CancellationToken)
Service Fabric 仮想マシン スケール セット内の仮想マシンを更新するための手動プラットフォーム更新ドメイン ウォーク。
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.RecoveryWalkResponse>> ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync (string resourceGroupName, string vmScaleSetName, int platformUpdateDomain, string zone = default, string placementGroupId = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync : string * string * int * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.RecoveryWalkResponse>>
Public Function ForceRecoveryServiceFabricPlatformUpdateDomainWalkWithHttpMessagesAsync (resourceGroupName As String, vmScaleSetName As String, platformUpdateDomain As Integer, Optional zone As String = Nothing, Optional placementGroupId As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of RecoveryWalkResponse))
パラメーター
- resourceGroupName
- String
リソース グループの名前。
- vmScaleSetName
- String
VM スケール セットの名前。
- platformUpdateDomain
- Int32
手動回復ウォークが要求されるプラットフォーム更新ドメイン
- zone
- String
クロス ゾーン仮想マシン スケール セットに対して手動回復ウォークが要求されるゾーン
- placementGroupId
- String
手動回復ウォークが要求される配置グループ ID。
- customHeaders
- Dictionary<String,List<String>>
要求に追加されるヘッダー。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
例外
操作が無効な状態コードを返したときにスローされます
応答を逆シリアル化できない場合にスローされます
必須パラメーターが null の場合にスローされます
適用対象
Azure SDK for .NET