NetAppResourceRegionInfos interface
代表 NetAppResourceRegionInfos 的介面。
方法
get(string, Net |
提供網路鄰近性和邏輯區域對應信息的記憶體。 |
list(string, Net |
提供區域特定資訊。 |
方法詳細資料
get(string, NetAppResourceRegionInfosGetOptionalParams)
提供網路鄰近性和邏輯區域對應信息的記憶體。
function get(location: string, options?: NetAppResourceRegionInfosGetOptionalParams): Promise<RegionInfoResource>
參數
- location
-
string
Azure 區域的名稱。
選項參數。
傳回
Promise<RegionInfoResource>
list(string, NetAppResourceRegionInfosListOptionalParams)
提供區域特定資訊。
function list(location: string, options?: NetAppResourceRegionInfosListOptionalParams): PagedAsyncIterableIterator<RegionInfoResource, RegionInfoResource[], PageSettings>
參數
- location
-
string
Azure 區域的名稱。
選項參數。