次の方法で共有


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

定義

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

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

パラメーター

updateDomain
Int32

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

cancellationToken
CancellationToken

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

戻り値

適用対象