DbSystemShapesOperations interface
واجهة تمثل عمليات DbSystemShapes.
الخصائص
| get | الحصول على DbSystemShape |
| list |
سرد موارد DbSystemShape حسب SubscriptionLocationResource |
تفاصيل الخاصية
get
الحصول على DbSystemShape
get: (location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams) => Promise<DbSystemShape>
قيمة الخاصية
(location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams) => Promise<DbSystemShape>
listByLocation
سرد موارد DbSystemShape حسب SubscriptionLocationResource
listByLocation: (location: string, options?: DbSystemShapesListByLocationOptionalParams) => PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>
قيمة الخاصية
(location: string, options?: DbSystemShapesListByLocationOptionalParams) => PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>