IWithDatabase.WithExistingDatabase Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WithExistingDatabase(ISqlDatabase) |
Ajoute la base de données dans le pool élastique SQL. |
WithExistingDatabase(String) |
Ajoute une base de données existante dans le pool élastique SQL. |
WithExistingDatabase(ISqlDatabase)
Ajoute la base de données dans le pool élastique SQL.
public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithCreate WithExistingDatabase (Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase database);
abstract member WithExistingDatabase : Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithCreate
Public Function WithExistingDatabase (database As ISqlDatabase) As IWithCreate
Paramètres
- database
- ISqlDatabase
La base de données instance à ajouter dans le pool élastique SQL.
Retours
S’applique à
WithExistingDatabase(String)
Ajoute une base de données existante dans le pool élastique SQL.
public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithCreate WithExistingDatabase (string databaseName);
abstract member WithExistingDatabase : string -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithCreate
Public Function WithExistingDatabase (databaseName As String) As IWithCreate
Paramètres
- databaseName
- String
Nom de la base de données existante à ajouter dans le pool élastique.
Retours
S’applique à
Azure SDK for .NET