你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineScaleSetResource.ForceRecoveryServiceFabricPlatformUpdateDomainWalk 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 Azure.Response<Azure.ResourceManager.Compute.Models.RecoveryWalkResponse> ForceRecoveryServiceFabricPlatformUpdateDomainWalk (int platformUpdateDomain, string zone = default, string placementGroupId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ForceRecoveryServiceFabricPlatformUpdateDomainWalk : int * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.Models.RecoveryWalkResponse>
override this.ForceRecoveryServiceFabricPlatformUpdateDomainWalk : int * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.Models.RecoveryWalkResponse>
Public Overridable Function ForceRecoveryServiceFabricPlatformUpdateDomainWalk (platformUpdateDomain As Integer, Optional zone As String = Nothing, Optional placementGroupId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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.