NetAppResourceRegionInfosOperations interface
Interface representing a NetAppResourceRegionInfos operations.
Properties
| get | Provides storage to network proximity and logical zone mapping information. |
| list | Provides region specific information. |
Property Details
get
Provides storage to network proximity and logical zone mapping information.
get: (location: string, options?: NetAppResourceRegionInfosGetOptionalParams) => Promise<RegionInfoResource>
Property Value
(location: string, options?: NetAppResourceRegionInfosGetOptionalParams) => Promise<RegionInfoResource>
list
Provides region specific information.
list: (location: string, options?: NetAppResourceRegionInfosListOptionalParams) => PagedAsyncIterableIterator<RegionInfoResource, RegionInfoResource[], PageSettings>
Property Value
(location: string, options?: NetAppResourceRegionInfosListOptionalParams) => PagedAsyncIterableIterator<RegionInfoResource, RegionInfoResource[], PageSettings>