VirtualMachineScaleSetResource.ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/forceRecoveryServiceFabricPlatformUpdateDomainWalk
- Operation Id: VirtualMachineScaleSets_ForceRecoveryServiceFabricPlatformUpdateDomainWalk
- Default Api Version: 2024-07-01
- Resource: VirtualMachineScaleSetResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.Models.RecoveryWalkResponse>> ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync (int platformUpdateDomain, string zone = default, string placementGroupId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync : int * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.Models.RecoveryWalkResponse>>
override this.ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync : int * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.Models.RecoveryWalkResponse>>
Public Overridable Function ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync (platformUpdateDomain As Integer, Optional zone As String = Nothing, Optional placementGroupId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RecoveryWalkResponse))
Parameters
- platformUpdateDomain
- Int32
The platform update domain for which a manual recovery walk is requested.
- zone
- String
The zone in which the manual recovery walk is requested for cross zone virtual machine scale set.
- placementGroupId
- String
The placement group id for which the manual recovery walk is requested.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Azure SDK for .NET