次の方法で共有


ISqlDatabaseImportRequestDefinition インターフェイス

定義

データベース インポート操作定義の全体。

public interface ISqlDatabaseImportRequestDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabaseImportExportResponse>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseImportRequest.Definition.IImportFrom, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseImportRequest.Definition.IWithAuthenticationTypeAndLoginPassword, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseImportRequest.Definition.IWithExecute, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseImportRequest.Definition.IWithStorageTypeAndKey
type ISqlDatabaseImportRequestDefinition = interface
    interface IImportFrom
    interface IWithStorageTypeAndKey
    interface IWithAuthenticationTypeAndLoginPassword
    interface IWithExecute
    interface IExecutable<ISqlDatabaseImportExportResponse>
    interface IIndexable
Public Interface ISqlDatabaseImportRequestDefinition
Implements IExecutable(Of ISqlDatabaseImportExportResponse), IImportFrom, IWithAuthenticationTypeAndLoginPassword, IWithExecute, IWithStorageTypeAndKey
実装

プロパティ

Key

データベース インポート操作定義の全体。

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

(継承元 IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

要求を非同期的に実行します。

(継承元 IExecutable<T>)
ImportFrom(IStorageAccount, String, String)

データベース インポート操作定義の全体。

(継承元 IImportFrom)
ImportFrom(String)

データベース インポート操作定義の全体。

(継承元 IImportFrom)
WithActiveDirectoryLoginAndPassword(String, String)

データベース インポート操作定義の全体。

(継承元 IWithAuthenticationTypeAndLoginPassword)
WithSharedAccessKey(String)

データベース インポート操作定義の全体。

(継承元 IWithStorageTypeAndKey)
WithSqlAdministratorLoginAndPassword(String, String)

データベース インポート操作定義の全体。

(継承元 IWithAuthenticationTypeAndLoginPassword)
WithStorageAccessKey(String)

データベース インポート操作定義の全体。

(継承元 IWithStorageTypeAndKey)

適用対象