Freigeben über


BudgetsOperationsExtensions.GetAsync Methode

Definition

Ruft das Budget für ein Abonnement anhand des Budgetnamens ab. https://docs.microsoft.com/en-us/rest/api/consumption/

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

Parameter

operations
IBudgetsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

budgetName
String

Budgetname.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: