Share via


UsagesOperationsExtensions Class

Definition

Extension methods for UsagesOperations.

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

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