次の方法で共有


EnrollmentAccountsOperationsExtensions.GetAsync メソッド

定義

名前で登録アカウントを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.EnrollmentAccountSummary> GetAsync(this Microsoft.Azure.Management.Billing.IEnrollmentAccountsOperations operations, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Billing.IEnrollmentAccountsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.EnrollmentAccountSummary>
<Extension()>
Public Function GetAsync (operations As IEnrollmentAccountsOperations, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EnrollmentAccountSummary)

パラメーター

operations
IEnrollmentAccountsOperations

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

name
String

登録アカウント名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象