你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ImportExportResponseInner 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
导入/导出获取操作的响应。
[Microsoft.Rest.Serialization.JsonTransformation]
public class ImportExportResponseInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ImportExportResponseInner = class
inherit ProxyResourceInner
Public Class ImportExportResponseInner
Inherits ProxyResourceInner
- 继承
- 属性
构造函数
ImportExportResponseInner() |
初始化 ImportExportResponseInner 类的新实例。 |
ImportExportResponseInner(String, String, String, String, Nullable<Guid>, String, String, String, String, String, String, String) |
初始化 ImportExportResponseInner 类的新实例。 |
属性
BlobUri |
获取 Blob URI。 |
DatabaseName |
获取数据库的名称。 |
ErrorMessage |
获取从服务器返回的错误消息。 |
Id |
资源 ID。Setter 受保护,因为需要在网络资源中设置 ID。 (继承自 ProxyResource) |
LastModifiedTime |
获取上次修改时间的操作状态。 |
Location |
资源位置 (继承自 Resource) |
Name |
资源名称 (继承自 ProxyResource) |
QueuedTime |
获取操作排队时间。 |
RequestId |
获取操作的请求类型。 |
RequestType |
获取操作的请求类型。 |
ServerName |
获取服务器的名称。 |
Status |
获取从服务器返回的状态消息。 |
Tags |
资源标记 (继承自 Resource) |
Type |
资源类型 (继承自 ProxyResource) |
方法
Validate() |
验证 对象。 如果验证失败,则引发 ValidationException。 (继承自 Resource) |