SystemVersions interface
Interfaz que representa una systemVersions.
Métodos
| get(string, string, System |
Obtener una systemVersion |
| list |
Enumerar recursos de SystemVersion por ubicación |
Detalles del método
get(string, string, SystemVersionsGetOptionalParams)
Obtener una systemVersion
function get(location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams): Promise<SystemVersion>
Parámetros
- location
-
string
Nombre de la región de Azure.
- systemversionname
-
string
Nombre de SystemVersion
- options
- SystemVersionsGetOptionalParams
Parámetros de opciones.
Devoluciones
Promise<SystemVersion>
listByLocation(string, SystemVersionsListByLocationOptionalParams)
Enumerar recursos de SystemVersion por ubicación
function listByLocation(location: string, options?: SystemVersionsListByLocationOptionalParams): PagedAsyncIterableIterator<SystemVersion, SystemVersion[], PageSettings>
Parámetros
- location
-
string
Nombre de la región de Azure.
Parámetros de opciones.