CloudServicesUpdateDomainOperationsExtensions.GetUpdateDomainAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クラウド サービスの指定した更新ドメインを取得します。 応答で 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
キャンセル トークン。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET