Share via


NetAppResourceUsages interface

Interface representing a NetAppResourceUsages.

Methods

get(string, string, NetAppResourceUsagesGetOptionalParams)

Get current subscription usage of the specific type

list(string, NetAppResourceUsagesListOptionalParams)

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

options
NetAppResourceUsagesGetOptionalParams

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.

options
NetAppResourceUsagesListOptionalParams

The options parameters.

Returns