DbSystemShapesOperations interface
Interfejs reprezentujący operacje DbSystemShapes.
Właściwości
| get | Pobieranie elementu DbSystemShape |
| list |
Wyświetlanie listy zasobów DbSystemShape według SubscriptionLocationResource |
Szczegóły właściwości
get
Pobieranie elementu DbSystemShape
get: (location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams) => Promise<DbSystemShape>
Wartość właściwości
(location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams) => Promise<DbSystemShape>
listByLocation
Wyświetlanie listy zasobów DbSystemShape według SubscriptionLocationResource
listByLocation: (location: string, options?: DbSystemShapesListByLocationOptionalParams) => PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>
Wartość właściwości
(location: string, options?: DbSystemShapesListByLocationOptionalParams) => PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>