你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ISqlDatabaseExportRequestDefinition 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
整个数据库导出操作定义。
public interface ISqlDatabaseExportRequestDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabaseImportExportResponse>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseExportRequest.Definition.IExportTo, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseExportRequest.Definition.IWithAuthenticationTypeAndLoginPassword, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseExportRequest.Definition.IWithExecute, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseExportRequest.Definition.IWithStorageTypeAndKey
type ISqlDatabaseExportRequestDefinition = interface
interface IExportTo
interface IWithStorageTypeAndKey
interface IWithAuthenticationTypeAndLoginPassword
interface IWithExecute
interface IExecutable<ISqlDatabaseImportExportResponse>
interface IIndexable
Public Interface ISqlDatabaseExportRequestDefinition
Implements IExecutable(Of ISqlDatabaseImportExportResponse), IExportTo, IWithAuthenticationTypeAndLoginPassword, IWithExecute, IWithStorageTypeAndKey
- 实现
属性
Key |
整个数据库导出操作定义。 (继承自 IIndexable) |
方法
Execute() |
执行请求。 (继承自 IExecutable<T>) |
ExecuteAsync(CancellationToken, Boolean) |
异步执行请求。 (继承自 IExecutable<T>) |
ExportTo(ICreatable<IStorageAccount>, String, String) |
整个数据库导出操作定义。 (继承自 IExportTo) |
ExportTo(IStorageAccount, String, String) |
整个数据库导出操作定义。 (继承自 IExportTo) |
ExportTo(String) |
整个数据库导出操作定义。 (继承自 IExportTo) |
WithActiveDirectoryLoginAndPassword(String, String) |
整个数据库导出操作定义。 (继承自 IWithAuthenticationTypeAndLoginPassword) |
WithSharedAccessKey(String) |
整个数据库导出操作定义。 (继承自 IWithStorageTypeAndKey) |
WithSqlAdministratorLoginAndPassword(String, String) |
整个数据库导出操作定义。 (继承自 IWithAuthenticationTypeAndLoginPassword) |
WithStorageAccessKey(String) |
整个数据库导出操作定义。 (继承自 IWithStorageTypeAndKey) |