Sdílet prostřednictvím


BillingProfilesOperationsExtensions.GetAsync Metoda

Definice

Získá fakturační profil podle svého ID. Operace se podporuje pro fakturační účty s typem smlouvy Smlouva se zákazníkem Microsoftu nebo Smlouva s partnerem Microsoftu. 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)

Parametry

operations
IBillingProfilesOperations

Skupina operací pro tuto rozšiřující metodu.

billingAccountName
String

ID, které jednoznačně identifikuje fakturační účet.

billingProfileName
String

ID, které jednoznačně identifikuje fakturační profil.

expand
String

Dá se použít k rozbalení oddílů faktury.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro