DbSystemShapes interface  
表示 DbSystemShapes 的接口。
方法
| get(string, string, Db | 获取 DbSystemShape | 
| list | 按位置列出 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 区域的名称。
选项参数。