Condividi tramite


DbSystemShapesOperations interface

Interfaccia che rappresenta un'operazione DbSystemShapes.

Proprietà

get

Ottenere un dbSystemShape

listByLocation

Elencare le risorse DbSystemShape in base a SubscriptionLocationResource

Dettagli proprietà

get

Ottenere un dbSystemShape

get: (location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams) => Promise<DbSystemShape>

Valore della proprietà

(location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams) => Promise<DbSystemShape>

listByLocation

Elencare le risorse DbSystemShape in base a SubscriptionLocationResource

listByLocation: (location: string, options?: DbSystemShapesListByLocationOptionalParams) => PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>

Valore della proprietà

(location: string, options?: DbSystemShapesListByLocationOptionalParams) => PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>