共用方式為


ResourcePools interface

代表 ResourcePools 的介面。

方法

get(string, string, string, ResourcePoolsGetOptionalParams)

依名稱傳回資源集區範本

list(string, string, ResourcePoolsListOptionalParams)

傳回私人雲端區域中的資源集區清單

方法詳細資料

get(string, string, string, ResourcePoolsGetOptionalParams)

依名稱傳回資源集區範本

function get(regionId: string, pcName: string, resourcePoolName: string, options?: ResourcePoolsGetOptionalParams): Promise<ResourcePool>

參數

regionId

string

區域標識符 (westus, eastus)

pcName

string

私人雲端名稱

resourcePoolName

string

資源集區識別碼 (vsphereId)

options
ResourcePoolsGetOptionalParams

選項參數。

傳回

Promise<ResourcePool>

list(string, string, ResourcePoolsListOptionalParams)

傳回私人雲端區域中的資源集區清單

function list(regionId: string, pcName: string, options?: ResourcePoolsListOptionalParams): PagedAsyncIterableIterator<ResourcePool, ResourcePool[], PageSettings>

參數

regionId

string

區域標識符 (westus, eastus)

pcName

string

私人雲端名稱

options
ResourcePoolsListOptionalParams

選項參數。

傳回