BudgetsOperationsExtensions Class

Definition

Extension methods for BudgetsOperations.

public static class BudgetsOperationsExtensions
type BudgetsOperationsExtensions = class
Public Module BudgetsOperationsExtensions
Inheritance
BudgetsOperationsExtensions

Methods

CreateOrUpdate(IBudgetsOperations, String, Budget)

The operation to create or update a budget. Update operation requires latest eTag to be set in the request mandatorily. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag. https://docs.microsoft.com/en-us/rest/api/consumption/

CreateOrUpdateAsync(IBudgetsOperations, String, Budget, CancellationToken)

The operation to create or update a budget. Update operation requires latest eTag to be set in the request mandatorily. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag. https://docs.microsoft.com/en-us/rest/api/consumption/

CreateOrUpdateByResourceGroupName(IBudgetsOperations, String, String, Budget)

The operation to create or update a budget. Update operation requires latest eTag to be set in the request mandatorily. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag. https://docs.microsoft.com/en-us/rest/api/consumption/

CreateOrUpdateByResourceGroupNameAsync(IBudgetsOperations, String, String, Budget, CancellationToken)

The operation to create or update a budget. Update operation requires latest eTag to be set in the request mandatorily. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag. https://docs.microsoft.com/en-us/rest/api/consumption/

Delete(IBudgetsOperations, String)

The operation to delete a budget. https://docs.microsoft.com/en-us/rest/api/consumption/

DeleteAsync(IBudgetsOperations, String, CancellationToken)

The operation to delete a budget. https://docs.microsoft.com/en-us/rest/api/consumption/

DeleteByResourceGroupName(IBudgetsOperations, String, String)

The operation to delete a budget. https://docs.microsoft.com/en-us/rest/api/consumption/

DeleteByResourceGroupNameAsync(IBudgetsOperations, String, String, CancellationToken)

The operation to delete a budget. https://docs.microsoft.com/en-us/rest/api/consumption/

Get(IBudgetsOperations, String)

Gets the budget for a subscription by budget name. https://docs.microsoft.com/en-us/rest/api/consumption/

GetAsync(IBudgetsOperations, String, CancellationToken)

Gets the budget for a subscription by budget name. https://docs.microsoft.com/en-us/rest/api/consumption/

GetByResourceGroupName(IBudgetsOperations, String, String)

Gets the budget for a resource group under a subscription by budget name. https://docs.microsoft.com/en-us/rest/api/consumption/

GetByResourceGroupNameAsync(IBudgetsOperations, String, String, CancellationToken)

Gets the budget for a resource group under a subscription by budget name. https://docs.microsoft.com/en-us/rest/api/consumption/

List(IBudgetsOperations)

Lists all budgets for a subscription. https://docs.microsoft.com/en-us/rest/api/consumption/

ListAsync(IBudgetsOperations, CancellationToken)

Lists all budgets for a subscription. https://docs.microsoft.com/en-us/rest/api/consumption/

ListByResourceGroupName(IBudgetsOperations, String)

Lists all budgets for a resource group under a subscription. https://docs.microsoft.com/en-us/rest/api/consumption/

ListByResourceGroupNameAsync(IBudgetsOperations, String, CancellationToken)

Lists all budgets for a resource group under a subscription. https://docs.microsoft.com/en-us/rest/api/consumption/

ListByResourceGroupNameNext(IBudgetsOperations, String)

Lists all budgets for a resource group under a subscription. https://docs.microsoft.com/en-us/rest/api/consumption/

ListByResourceGroupNameNextAsync(IBudgetsOperations, String, CancellationToken)

Lists all budgets for a resource group under a subscription. https://docs.microsoft.com/en-us/rest/api/consumption/

ListNext(IBudgetsOperations, String)

Lists all budgets for a subscription. https://docs.microsoft.com/en-us/rest/api/consumption/

ListNextAsync(IBudgetsOperations, String, CancellationToken)

Lists all budgets for a subscription. https://docs.microsoft.com/en-us/rest/api/consumption/

Applies to