NetAppResourceRegionInfos interface
Interface representing a NetAppResourceRegionInfos.
Methods
get(string, Net |
Provides storage to network proximity and logical zone mapping information. |
list(string, Net |
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.
The options parameters.
Returns
Promise<RegionInfoResource>
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.
The options parameters.