次の方法で共有


CloudServiceResource.GetUpdateDomainAsync(Int32, CancellationToken) メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/updateDomains/{updateDomain}
  • 操作IdCloudServicesUpdateDomain_GetUpdateDomain
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.Models.UpdateDomainIdentifier>> GetUpdateDomainAsync (int updateDomain, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUpdateDomainAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.Models.UpdateDomainIdentifier>>
override this.GetUpdateDomainAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.Models.UpdateDomainIdentifier>>
Public Overridable Function GetUpdateDomainAsync (updateDomain As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of UpdateDomainIdentifier))

パラメーター

updateDomain
Int32

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象