Compartilhar via


DbSystemShapes interface

Interface que representa um DbSystemShapes.

Métodos

get(string, string, DbSystemShapesGetOptionalParams)

Obter um DbSystemShape

listByLocation(string, DbSystemShapesListByLocationOptionalParams)

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.

options
DbSystemShapesListByLocationOptionalParams

Os parâmetros de opções.

Retornos