Comparteix a través de


DbSystemShapes interface

Interfaz que representa un DbSystemShapes.

Métodos

get(string, string, DbSystemShapesGetOptionalParams)

Obtención de dbSystemShape

listByLocation(string, DbSystemShapesListByLocationOptionalParams)

Enumerar recursos dbSystemShape por ubicación

Detalles del método

get(string, string, DbSystemShapesGetOptionalParams)

Obtención de dbSystemShape

function get(location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams): Promise<DbSystemShape>

Parámetros

location

string

Nombre de la región de Azure.

dbsystemshapename

string

Nombre de DbSystemShape

options
DbSystemShapesGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<DbSystemShape>

listByLocation(string, DbSystemShapesListByLocationOptionalParams)

Enumerar recursos dbSystemShape por ubicación

function listByLocation(location: string, options?: DbSystemShapesListByLocationOptionalParams): PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>

Parámetros

location

string

Nombre de la región de Azure.

options
DbSystemShapesListByLocationOptionalParams

Parámetros de opciones.

Devoluciones