IImportFrom.ImportFrom Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- storageUri
- String
The storage URI to use.
Returns
Applies to
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
Parameters
- storageAccount
- IStorageAccount
An existing storage account to be used.
- containerName
- String
The container name within the storage account to use.
- fileName
- String
The exported database file name.
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET