共用方式為


BillingPropertyOperationsExtensions.GetAsync 方法

定義

取得訂用帳戶的計費屬性。 合約類型為 Enterprise 合約 的計費帳戶不支援此作業。 https://docs.microsoft.com/en-us/rest/api/billing/

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

參數

operations
IBillingPropertyOperations

這個擴充方法的作業群組。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於