你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

适用于