Partager via


IWithImportFromAfterElasticPoolBeta.ImportFrom Méthode

Définition

Surcharges

ImportFrom(String)

Crée une base de données à partir d’un fichier BACPAC.

ImportFrom(IStorageAccount, String, String)

Crée une base de données à partir d’un fichier BACPAC.

ImportFrom(String)

Crée une base de données à partir d’un fichier BACPAC.

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithStorageKeyAfterElasticPool ImportFrom (string storageUri);
abstract member ImportFrom : string -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithStorageKeyAfterElasticPool
Public Function ImportFrom (storageUri As String) As IWithStorageKeyAfterElasticPool

Paramètres

storageUri
String

URI source de la base de données à importer.

Retours

S’applique à

ImportFrom(IStorageAccount, String, String)

Crée une base de données à partir d’un fichier BACPAC.

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithAuthenticationAfterElasticPool ImportFrom (Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount, string containerName, string fileName);
abstract member ImportFrom : Microsoft.Azure.Management.Storage.Fluent.IStorageAccount * string * string -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithAuthenticationAfterElasticPool
Public Function ImportFrom (storageAccount As IStorageAccount, containerName As String, fileName As String) As IWithAuthenticationAfterElasticPool

Paramètres

storageAccount
IStorageAccount

Un compte de stockage existant à utiliser.

containerName
String

Nom du conteneur dans le compte de stockage à utiliser.

fileName
String

Nom du fichier de base de données exporté.

Retours

S’applique à