IUsageOperations Interface

Definition

UsageOperations operations.

public interface IUsageOperations
type IUsageOperations = interface
Public Interface IUsageOperations

Methods

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

Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.

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

Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.

Extension Methods

List(IUsageOperations, String)

Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.

ListAsync(IUsageOperations, String, CancellationToken)

Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.

ListNext(IUsageOperations, String)

Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.

ListNextAsync(IUsageOperations, String, CancellationToken)

Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.

Applies to