DbSystemShapes interface
Interface que representa um DbSystemShapes.
Métodos
get(string, string, Db |
Obtenha um DbSystemShape |
list |
Listar recursos DbSystemShape por local |
Detalhes de Método
get(string, string, DbSystemShapesGetOptionalParams)
Obtenha um DbSystemShape
function get(location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams): Promise<DbSystemShape>
Parâmetros
- location
-
string
O nome da região do Azure.
- dbsystemshapename
-
string
Nome DbSystemShape
- options
- DbSystemShapesGetOptionalParams
Os parâmetros de opções.
Devoluções
Promise<DbSystemShape>
listByLocation(string, DbSystemShapesListByLocationOptionalParams)
Listar recursos DbSystemShape por local
function listByLocation(location: string, options?: DbSystemShapesListByLocationOptionalParams): PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>
Parâmetros
- location
-
string
O nome da região do Azure.
Os parâmetros de opções.