BudgetResource.Get(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.
  • Resource. : BudgetResource.
public virtual Azure.Response<Azure.ResourceManager.CostManagement.BudgetResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.BudgetResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.BudgetResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BudgetResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to