你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DbSystemShapes interface

表示 DbSystemShapes 的接口。

方法

get(string, string, DbSystemShapesGetOptionalParams)

获取 DbSystemShape

listByLocation(string, DbSystemShapesListByLocationOptionalParams)

按位置列出 DbSystemShape 资源

方法详细信息

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 资源

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

参数

location

string

Azure 区域的名称。

返回