Condividi tramite


ResourcePools interface

Interfaccia che rappresenta un oggetto ResourcePools.

Metodi

get(string, string, string, ResourcePoolsGetOptionalParams)

Restituisce i modelli del pool di risorse in base al nome

list(string, string, ResourcePoolsListOptionalParams)

Restituisce l'elenco dei pool di risorse nell'area per il cloud privato

Dettagli metodo

get(string, string, string, ResourcePoolsGetOptionalParams)

Restituisce i modelli del pool di risorse in base al nome

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

Parametri

regionId

string

ID area (westus, eastus)

pcName

string

Nome del cloud privato

resourcePoolName

string

ID pool di risorse (vsphereId)

options
ResourcePoolsGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<ResourcePool>

list(string, string, ResourcePoolsListOptionalParams)

Restituisce l'elenco dei pool di risorse nell'area per il cloud privato

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

Parametri

regionId

string

ID area (westus, eastus)

pcName

string

Nome del cloud privato

options
ResourcePoolsListOptionalParams

Parametri delle opzioni.

Restituisce