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

ISqlDatabaseImportExportResponse 接口

定义

包含Azure SQL数据库导入或导出操作结果的响应。

public interface ISqlDatabaseImportExportResponse : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.ImportExportResponseInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type ISqlDatabaseImportExportResponse = interface
    interface IBeta
    interface IIndexable
    interface IHasInner<ImportExportResponseInner>
    interface IHasId
    interface IHasName
Public Interface ISqlDatabaseImportExportResponse
Implements IBeta, IHasId, IHasInner(Of ImportExportResponseInner), IHasName, IIndexable
实现

属性

BlobUri

获取 Blob URI。

DatabaseName

获取数据库的名称。

ErrorMessage

获取从服务器返回的错误消息。

Id

获取资源 ID 字符串

(继承自 IHasId)
Inner

包含Azure SQL数据库导入或导出操作结果的响应。

(继承自 IHasInner<T>)
Key

包含Azure SQL数据库导入或导出操作结果的响应。

(继承自 IIndexable)
LastModifiedTime

获取上次修改时间的操作状态。

Name

获取资源的名称

(继承自 IHasName)
QueuedTime

获取操作排队时间。

RequestId

获取操作的 UUID。

RequestType

获取操作的请求类型。

ServerName

获取服务器的名称。

Status

获取从服务器返回的状态消息。

适用于