UsagesOperationsExtensions Class
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.
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. |