DbSystemShapes interface
Gränssnitt som representerar en DbSystemShapes.
Metoder
get(string, string, Db |
Hämta en DbSystemShape |
list |
Lista DbSystemShape-resurser efter plats |
Metodinformation
get(string, string, DbSystemShapesGetOptionalParams)
Hämta en DbSystemShape
function get(location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams): Promise<DbSystemShape>
Parametrar
- location
-
string
Namnet på Azure-regionen.
- dbsystemshapename
-
string
DbSystemShape-namn
- options
- DbSystemShapesGetOptionalParams
Alternativparametrarna.
Returer
Promise<DbSystemShape>
listByLocation(string, DbSystemShapesListByLocationOptionalParams)
Lista DbSystemShape-resurser efter plats
function listByLocation(location: string, options?: DbSystemShapesListByLocationOptionalParams): PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>
Parametrar
- location
-
string
Namnet på Azure-regionen.
Alternativparametrarna.