DbSystemShapes interface
Interface representing a DbSystemShapes.
Methods
get(string, string, Db |
Get a DbSystemShape |
list |
List DbSystemShape resources by Location |
Method Details
get(string, string, DbSystemShapesGetOptionalParams)
Get a DbSystemShape
function get(location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams): Promise<DbSystemShape>
Parameters
- location
-
string
The name of the Azure region.
- dbsystemshapename
-
string
DbSystemShape name
- options
- DbSystemShapesGetOptionalParams
The options parameters.
Returns
Promise<DbSystemShape>
listByLocation(string, DbSystemShapesListByLocationOptionalParams)
List DbSystemShape resources by Location
function listByLocation(location: string, options?: DbSystemShapesListByLocationOptionalParams): PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>
Parameters
- location
-
string
The name of the Azure region.
The options parameters.