DbSystemShapes interface
Schnittstelle, die eine DbSystemShapes darstellt.
Methoden
get(string, string, Db |
Abrufen einer DbSystemShape |
list |
Auflisten von DbSystemShape-Ressourcen nach Speicherort |
Details zur Methode
get(string, string, DbSystemShapesGetOptionalParams)
Abrufen einer DbSystemShape
function get(location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams): Promise<DbSystemShape>
Parameter
- location
-
string
Der Name der Azure-Region.
- dbsystemshapename
-
string
DbSystemShape-Name
- options
- DbSystemShapesGetOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<DbSystemShape>
listByLocation(string, DbSystemShapesListByLocationOptionalParams)
Auflisten von DbSystemShape-Ressourcen nach Speicherort
function listByLocation(location: string, options?: DbSystemShapesListByLocationOptionalParams): PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>
Parameter
- location
-
string
Der Name der Azure-Region.
Die Optionsparameter.