DbSystemShapes interface
Interface que representa um DbSystemShapes.
Métodos
get(string, string, Db |
Obter um DbSystemShape |
list |
Listar recursos DbSystemShape por localização |
Detalhes do método
get(string, string, DbSystemShapesGetOptionalParams)
Obter 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.
Retornos
Promise<DbSystemShape>
listByLocation(string, DbSystemShapesListByLocationOptionalParams)
Listar recursos DbSystemShape por localização
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.