Freigeben über


ResourcePools interface

Schnittstelle, die ein ResourcePools darstellt.

Methoden

get(string, string, string, ResourcePoolsGetOptionalParams)

Gibt Ressourcenpoolvorlagen anhand des Namens zurück.

list(string, string, ResourcePoolsListOptionalParams)

Gibt eine Liste der Ressourcenpools in der Region für private Cloud zurück.

Details zur Methode

get(string, string, string, ResourcePoolsGetOptionalParams)

Gibt Ressourcenpoolvorlagen anhand des Namens zurück.

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

Parameter

regionId

string

Die Region ID (westus, eastus)

pcName

string

Der Name der privaten Cloud

resourcePoolName

string

Ressourcenpool-ID (vsphereId)

options
ResourcePoolsGetOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<ResourcePool>

list(string, string, ResourcePoolsListOptionalParams)

Gibt eine Liste der Ressourcenpools in der Region für private Cloud zurück.

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

Parameter

regionId

string

Die Region ID (westus, eastus)

pcName

string

Der Name der privaten Cloud

options
ResourcePoolsListOptionalParams

Die Optionsparameter.

Gibt zurück