Share via


IUsagesOperations Interface

Definition

UsagesOperations operations.

public interface IUsagesOperations
type IUsagesOperations = interface
Public Interface IUsagesOperations

Methods

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

Get the current usage of a resource.

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

Get a list of current usage for all resources for the scope specified.

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

Get a list of current usage for all resources for the scope specified.

Extension Methods

Get(IUsagesOperations, String, String)

Get the current usage of a resource.

GetAsync(IUsagesOperations, String, String, CancellationToken)

Get the current usage of a resource.

List(IUsagesOperations, String)

Get a list of current usage for all resources for the scope specified.

ListAsync(IUsagesOperations, String, CancellationToken)

Get a list of current usage for all resources for the scope specified.

ListNext(IUsagesOperations, String)

Get a list of current usage for all resources for the scope specified.

ListNextAsync(IUsagesOperations, String, CancellationToken)

Get a list of current usage for all resources for the scope specified.

Applies to