IWithImportFrom<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.
public interface IWithImportFrom<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithImportFromBeta<ParentT>
type IWithImportFrom<'ParentT> = interface
interface IWithImportFromBeta<'ParentT>
interface IBeta
Public Interface IWithImportFrom(Of ParentT)
Implements IBeta, IWithImportFromBeta(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 IWithImportFromBeta<ParentT>) |
ImportFrom(String) |
Crée une base de données à partir d’un fichier BACPAC. (Hérité de IWithImportFromBeta<ParentT>) |
S’applique à
Azure SDK for .NET