共用方式為


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

取消語彙基元。

傳回

適用於