DbSystemShapesOperations interface
Interface representing a DbSystemShapes operations.
Properties
| get | Get a DbSystemShape |
| list |
List DbSystemShape resources by SubscriptionLocationResource |
Property Details
get
Get a DbSystemShape
get: (location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams) => Promise<DbSystemShape>
Property Value
(location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams) => Promise<DbSystemShape>
listByLocation
List DbSystemShape resources by SubscriptionLocationResource
listByLocation: (location: string, options?: DbSystemShapesListByLocationOptionalParams) => PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>
Property Value
(location: string, options?: DbSystemShapesListByLocationOptionalParams) => PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>