次の方法で共有


CloudServicesUpdateDomainOperationsExtensions.GetUpdateDomainAsync メソッド

定義

クラウド サービスの指定した更新ドメインを取得します。 応答で nextLink プロパティを使用して、更新ドメインの次のページを取得します。 すべての更新ドメインをフェッチするには、nextLink が null になるまでこれを行います。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.UpdateDomain> GetUpdateDomainAsync (this Microsoft.Azure.Management.Compute.ICloudServicesUpdateDomainOperations operations, string resourceGroupName, string cloudServiceName, int updateDomain, System.Threading.CancellationToken cancellationToken = default);
static member GetUpdateDomainAsync : Microsoft.Azure.Management.Compute.ICloudServicesUpdateDomainOperations * string * string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.UpdateDomain>
<Extension()>
Public Function GetUpdateDomainAsync (operations As ICloudServicesUpdateDomainOperations, resourceGroupName As String, cloudServiceName As String, updateDomain As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task(Of UpdateDomain)

パラメーター

operations
ICloudServicesUpdateDomainOperations

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

resourceGroupName
String

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

cloudServiceName
String

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

updateDomain
Int32

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象