VirtualMachineScaleSetsOperationsExtensions.ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Handbuch zur Plattformupdatedomäne, um virtuelle Computer in einer Service Fabric-VM-Skalierungsgruppe zu aktualisieren.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.RecoveryWalkResponseInner> ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync (this Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, int platformUpdateDomain, System.Threading.CancellationToken cancellationToken = default);
static member ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetsOperations * string * string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.RecoveryWalkResponseInner>
<Extension()>
Public Function ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync (operations As IVirtualMachineScaleSetsOperations, resourceGroupName As String, vmScaleSetName As String, platformUpdateDomain As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RecoveryWalkResponseInner)
Parameter
- operations
- IVirtualMachineScaleSetsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- vmScaleSetName
- String
Der Name der VM-Skalierungsgruppe.
- platformUpdateDomain
- Int32
Die Plattformupdatedomäne, für die eine manuelle Wiederherstellungsanleitung angefordert wird
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET