次の方法で共有


IWithImportFromAfterElasticPoolBeta<ParentT>.ImportFrom メソッド

定義

オーバーロード

ImportFrom(String)

BACPAC ファイルから新しいデータベースを作成します。

ImportFrom(IStorageAccount, String, String)

BACPAC ファイルから新しいデータベースを作成します。

ImportFrom(String)

BACPAC ファイルから新しいデータベースを作成します。

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)

パラメーター

storageUri
String

インポートするデータベースのソース URI。

戻り値

適用対象

ImportFrom(IStorageAccount, String, String)

BACPAC ファイルから新しいデータベースを作成します。

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)

パラメーター

storageAccount
IStorageAccount

使用する既存のストレージ アカウント。

containerName
String

使用するストレージ アカウント内のコンテナー名。

fileName
String

エクスポートされたデータベース ファイル名。

戻り値

適用対象