Partager via


IImportFrom.ImportFrom Méthode

Définition

Surcharges

ImportFrom(String)
ImportFrom(IStorageAccount, String, String)

ImportFrom(String)

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

Paramètres

storageUri
String

URI de stockage à utiliser.

Retours

S’applique à

ImportFrom(IStorageAccount, String, String)

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseImportRequest.Definition.IWithAuthenticationTypeAndLoginPassword 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.SqlDatabaseImportRequest.Definition.IWithAuthenticationTypeAndLoginPassword
Public Function ImportFrom (storageAccount As IStorageAccount, containerName As String, fileName As String) As IWithAuthenticationTypeAndLoginPassword

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 à