次の方法で共有


CloudServicesUpdateDomainOperationsExtensions.BeginWalkUpdateDomain メソッド

定義

指定した更新ドメイン内のロール インスタンスを更新します。

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)

パラメーター

operations
ICloudServicesUpdateDomainOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

cloudServiceName
String

クラウド サービスの名前。

updateDomain
Int32

更新ドメインを識別する整数値を指定します。 更新ドメインは、ゼロから始まるインデックスで識別されます。最初の更新ドメインの ID は 0、2 番目の更新ドメインの ID は 1 のようになります。

適用対象