DbSystemShapesOperations interface
表示 DbSystemShapes作的介面。
屬性
| get | 取得 DbSystemShape |
| list |
按 SubscriptionLocationResource 列出 DbSystemShape 資源 |
屬性詳細資料
get
取得 DbSystemShape
get: (location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams) => Promise<DbSystemShape>
屬性值
(location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams) => Promise<DbSystemShape>
listByLocation
按 SubscriptionLocationResource 列出 DbSystemShape 資源
listByLocation: (location: string, options?: DbSystemShapesListByLocationOptionalParams) => PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>
屬性值
(location: string, options?: DbSystemShapesListByLocationOptionalParams) => PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>