PrivateClouds interface
Interface représentant un PrivateClouds.
Méthodes
| get(string, string, Private |
Retourne le cloud privé par son nom |
| list(string, Private |
Retourne la liste des clouds privés dans une région particulière |
Détails de la méthode
get(string, string, PrivateCloudsGetOptionalParams)
Retourne le cloud privé par son nom
function get(pcName: string, regionId: string, options?: PrivateCloudsGetOptionalParams): Promise<PrivateCloud>
Paramètres
- pcName
-
string
Nom du cloud privé
- regionId
-
string
ID de région (westus, eastus)
- options
- PrivateCloudsGetOptionalParams
Paramètres d’options.
Retours
Promise<PrivateCloud>
list(string, PrivateCloudsListOptionalParams)
Retourne la liste des clouds privés dans une région particulière
function list(regionId: string, options?: PrivateCloudsListOptionalParams): PagedAsyncIterableIterator<PrivateCloud, PrivateCloud[], PageSettings>
Paramètres
- regionId
-
string
ID de région (westus, eastus)
- options
- PrivateCloudsListOptionalParams
Paramètres d’options.