Dela via


AvailableBalancesOperationsExtensions.GetAsync Metod

Definition

Det tillgängliga kreditsaldot för en faktureringsprofil. Det här är det saldo som kan användas för att betala nu för att reglera förfallna eller förfallna fakturor. Åtgärden stöds endast för faktureringskonton med avtalstyp Microsoft-kundavtal. 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)

Parametrar

operations
IAvailableBalancesOperations

Åtgärdsgruppen för den här tilläggsmetoden.

billingAccountName
String

Det ID som unikt identifierar ett faktureringskonto.

billingProfileName
String

Det ID som unikt identifierar en faktureringsprofil.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för