DbSystemShapesOperations interface
Schnittstelle, die einen DbSystemShapes-Vorgang darstellt.
Eigenschaften
| get | Abrufen einer DbSystemShape |
| list |
Auflisten von DbSystemShape-Ressourcen nach SubscriptionLocationResource |
Details zur Eigenschaft
get
Abrufen einer DbSystemShape
get: (location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams) => Promise<DbSystemShape>
Eigenschaftswert
(location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams) => Promise<DbSystemShape>
listByLocation
Auflisten von DbSystemShape-Ressourcen nach SubscriptionLocationResource
listByLocation: (location: string, options?: DbSystemShapesListByLocationOptionalParams) => PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>
Eigenschaftswert
(location: string, options?: DbSystemShapesListByLocationOptionalParams) => PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>