NetAppResourceRegionInfos interface

Interface representing a NetAppResourceRegionInfos.

Methods

get(string, NetAppResourceRegionInfosGetOptionalParams)

Provides storage to network proximity and logical zone mapping information.

list(string, NetAppResourceRegionInfosListOptionalParams)

Provides region specific information.

Method Details

get(string, NetAppResourceRegionInfosGetOptionalParams)

Provides storage to network proximity and logical zone mapping information.

function get(location: string, options?: NetAppResourceRegionInfosGetOptionalParams): Promise<RegionInfoResource>

Parameters

location

string

The name of the Azure region.

options
NetAppResourceRegionInfosGetOptionalParams

The options parameters.

Returns

list(string, NetAppResourceRegionInfosListOptionalParams)

Provides region specific information.

function list(location: string, options?: NetAppResourceRegionInfosListOptionalParams): PagedAsyncIterableIterator<RegionInfoResource, RegionInfoResource[], PageSettings>

Parameters

location

string

The name of the Azure region.

options
NetAppResourceRegionInfosListOptionalParams

The options parameters.

Returns