SqlPoolSchemas interface
Interface représentant un SqlPoolSchemas.
Méthodes
| get(string, string, string, string, Sql |
Obtenir le schéma du pool Sql |
| list(string, string, string, Sql |
Obtient les schémas d’un pool SQL donné. |
Détails de la méthode
get(string, string, string, string, SqlPoolSchemasGetOptionalParams)
Obtenir le schéma du pool Sql
function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, options?: SqlPoolSchemasGetOptionalParams): Promise<Resource>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
-
string
Nom de l’espace de travail.
- sqlPoolName
-
string
Nom du pool SQL
- schemaName
-
string
Nom du schéma.
- options
- SqlPoolSchemasGetOptionalParams
Paramètres d’options.
Retours
Promise<Resource>
list(string, string, string, SqlPoolSchemasListOptionalParams)
Obtient les schémas d’un pool SQL donné.
function list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: SqlPoolSchemasListOptionalParams): PagedAsyncIterableIterator<Resource, Resource[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
-
string
Nom de l’espace de travail.
- sqlPoolName
-
string
Nom du pool SQL
- options
- SqlPoolSchemasListOptionalParams
Paramètres d’options.