MockableCostManagementArmClient.GetBudgetAsync Method

Definition

Gets the budget for the scope by budget name.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.BudgetResource>> GetBudgetAsync(Azure.Core.ResourceIdentifier scope, string budgetName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBudgetAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.BudgetResource>>
override this.GetBudgetAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.BudgetResource>>
Public Overridable Function GetBudgetAsync (scope As ResourceIdentifier, budgetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BudgetResource))

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

budgetName
String

Budget Name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

budgetName is null.

budgetName is an empty string, and was expected to be non-empty.

Applies to