NetAppResourceUsages interface
Interface representing a NetAppResourceUsages.
Methods
get(string, string, Net |
Get current subscription usage of the specific type |
list(string, Net |
Get current subscription usages |
Method Details
get(string, string, NetAppResourceUsagesGetOptionalParams)
Get current subscription usage of the specific type
function get(location: string, usageType: string, options?: NetAppResourceUsagesGetOptionalParams): Promise<UsageResult>
Parameters
- location
-
string
The name of the Azure region.
- usageType
-
string
The type of usage
The options parameters.
Returns
Promise<UsageResult>
list(string, NetAppResourceUsagesListOptionalParams)
Get current subscription usages
function list(location: string, options?: NetAppResourceUsagesListOptionalParams): PagedAsyncIterableIterator<UsageResult, UsageResult[], PageSettings>
Parameters
- location
-
string
The name of the Azure region.
The options parameters.