IWithImportFromAfterElasticPool<ParentT> Interface
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.
Le SQL Database définition pour importer un fichier BACPAC en tant que base de données source au sein d’un pool élastique.
public interface IWithImportFromAfterElasticPool<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithImportFromAfterElasticPoolBeta<ParentT>
type IWithImportFromAfterElasticPool<'ParentT> = interface
interface IWithImportFromAfterElasticPoolBeta<'ParentT>
interface IBeta
Public Interface IWithImportFromAfterElasticPool(Of ParentT)
Implements IBeta, IWithImportFromAfterElasticPoolBeta(Of ParentT)
Paramètres de type
- ParentT
Étape de la définition parente à laquelle revenir après l’attachement de cette définition.
- Dérivé
- Implémente
Méthodes
ImportFrom(IStorageAccount, String, String) |
Crée une base de données à partir d’un fichier BACPAC. (Hérité de IWithImportFromAfterElasticPoolBeta<ParentT>) |
ImportFrom(String) |
Crée une base de données à partir d’un fichier BACPAC. (Hérité de IWithImportFromAfterElasticPoolBeta<ParentT>) |
S’applique à
Azure SDK for .NET