IUsagesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |