Поделиться через


DbSystemShapes interface

Интерфейс, представляющий DbSystemShapes.

Методы

get(string, string, DbSystemShapesGetOptionalParams)

Получение DbSystemShape

listByLocation(string, DbSystemShapesListByLocationOptionalParams)

Перечисление ресурсов DbSystemShape по location

Сведения о методе

get(string, string, DbSystemShapesGetOptionalParams)

Получение DbSystemShape

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

Параметры

location

string

Имя региона Azure.

dbsystemshapename

string

Имя DbSystemShape

options
DbSystemShapesGetOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<DbSystemShape>

listByLocation(string, DbSystemShapesListByLocationOptionalParams)

Перечисление ресурсов DbSystemShape по location

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

Параметры

location

string

Имя региона Azure.

options
DbSystemShapesListByLocationOptionalParams

Параметры параметров.

Возвращаемое значение