BudgetCollection.Get(String, CancellationToken) Method

Definition

Gets the budget for the scope by budget name.

  • Request Path. : /{scope}/providers/Microsoft.CostManagement/budgets/{budgetName}.
  • Operation Id. : Budgets_Get.
  • Default Api Version. : 2025-03-01.
public virtual Azure.Response<Azure.ResourceManager.CostManagement.BudgetResource> Get(string budgetName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.BudgetResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.BudgetResource>
Public Overridable Function Get (budgetName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BudgetResource)

Parameters

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