IWithImportFromAfterElasticPoolBeta<ParentT>.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) |
Creates a new database from a BACPAC file. |
ImportFrom(IStorageAccount, String, String) |
Creates a new database from a BACPAC file. |
ImportFrom(String)
Creates a new database from a BACPAC file.
public Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithStorageKeyAfterElasticPool<ParentT> ImportFrom (string storageUri);
abstract member ImportFrom : string -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithStorageKeyAfterElasticPool<'ParentT>
Public Function ImportFrom (storageUri As String) As IWithStorageKeyAfterElasticPool(Of ParentT)
Parameters
- storageUri
- String
The source URI for the database to be imported.
Returns
Applies to
ImportFrom(IStorageAccount, String, String)
Creates a new database from a BACPAC file.
public Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithAuthenticationAfterElasticPool<ParentT> 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.SqlDatabase.Definition.IWithAuthenticationAfterElasticPool<'ParentT>
Public Function ImportFrom (storageAccount As IStorageAccount, containerName As String, fileName As String) As IWithAuthenticationAfterElasticPool(Of ParentT)
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET