DbSystemShapes interface
Interface die een DbSystemShapes vertegenwoordigt.
Methoden
get(string, string, Db |
Een DbSystemShape ophalen |
list |
DbSystemShape-resources per locatie weergeven |
Methodedetails
get(string, string, DbSystemShapesGetOptionalParams)
Een DbSystemShape ophalen
function get(location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams): Promise<DbSystemShape>
Parameters
- location
-
string
De naam van de Azure-regio.
- dbsystemshapename
-
string
DbSystemShape-naam
- options
- DbSystemShapesGetOptionalParams
De optiesparameters.
Retouren
Promise<DbSystemShape>
listByLocation(string, DbSystemShapesListByLocationOptionalParams)
DbSystemShape-resources per locatie weergeven
function listByLocation(location: string, options?: DbSystemShapesListByLocationOptionalParams): PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>
Parameters
- location
-
string
De naam van de Azure-regio.
De optiesparameters.