次の方法で共有


BillingProfilesOperationsExtensions.GetAsync メソッド

定義

ID で課金プロファイルを取得します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

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

パラメーター

operations
IBillingProfilesOperations

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

billingAccountName
String

課金アカウントを一意に識別する ID。

billingProfileName
String

課金プロファイルを一意に識別する ID。

expand
String

請求書セクションを展開するために使用できます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象