IBudgetsOperations Interface

Definition

BudgetsOperations operations.

public interface IBudgetsOperations
type IBudgetsOperations = interface
Public Interface IBudgetsOperations

Methods

CreateOrUpdateByResourceGroupNameWithHttpMessagesAsync(String, String, Budget, Dictionary<String,List<String>>, 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/

CreateOrUpdateWithHttpMessagesAsync(String, Budget, Dictionary<String,List<String>>, 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/

DeleteByResourceGroupNameWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

GetByResourceGroupNameWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupNameNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupNameWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

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

Extension 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