Freigeben über


CloudServicesUpdateDomainOperationsExtensions.BeginWalkUpdateDomain Methode

Definition

Updates die Rolleninstanzen in der angegebenen Updatedomäne.

public static void BeginWalkUpdateDomain (this Microsoft.Azure.Management.Compute.ICloudServicesUpdateDomainOperations operations, string resourceGroupName, string cloudServiceName, int updateDomain);
static member BeginWalkUpdateDomain : Microsoft.Azure.Management.Compute.ICloudServicesUpdateDomainOperations * string * string * int -> unit
<Extension()>
Public Sub BeginWalkUpdateDomain (operations As ICloudServicesUpdateDomainOperations, resourceGroupName As String, cloudServiceName As String, updateDomain As Integer)

Parameter

operations
ICloudServicesUpdateDomainOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe

cloudServiceName
String

Der Name des Clouddiensts.

updateDomain
Int32

Gibt einen ganzzahligen Wert an, der die Updatedomäne identifiziert. Updatedomänen werden anhand eines nullbasierten Index identifiziert: die erste Updatedomäne hat eine ID von 0, die zweite eine ID von 1 usw.

Gilt für: