Sdílet prostřednictvím


AvailableBalancesOperationsExtensions.GetAsync Metoda

Definice

Dostupný zůstatek kreditu pro fakturační profil. Jedná se o zůstatek, který je možné použít k úhradě faktur po splatnosti nebo po splatnosti. Operace se podporuje jenom u fakturačních účtů s typem smlouvy Smlouva se zákazníkem Microsoftu. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parametry

operations
IAvailableBalancesOperations

Skupina operací pro tuto metodu rozšíření.

billingAccountName
String

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

billingProfileName
String

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

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro