CloudServiceOperationStatusResponse.ErrorDetails 类

 

如果异步操作失败,则响应正文包含失败请求的 HTTP 状态代码,还包含关于失败的错误信息。

命名空间:   Microsoft.WindowsAzure.Management.Scheduler.Models
程序集:  Microsoft.WindowsAzure.Management.Scheduler(Microsoft.WindowsAzure.Management.Scheduler.dll 中)

继承层次结构

System.Object
  Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatusResponse.ErrorDetails

语法

public class ErrorDetails
public ref class ErrorDetails 
type ErrorDetails = class end
Public Class ErrorDetails

构造函数

名称 说明
CloudServiceOperationStatusResponse.ErrorDetails()

初始化 ErrorDetails 类的新实例。

属性

名称 说明
Code

可选。 如果异步请求失败,则返回管理服务错误代码。

Message

可选。 如果异步请求失败,则返回管理服务错误消息。

方法

名称 说明
Equals(Object)

(从 Object 继承。)

Finalize()

(从 Object 继承。)

GetHashCode()

(从 Object 继承。)

GetType()

(从 Object 继承。)

MemberwiseClone()

(从 Object 继承。)

ToString()

(从 Object 继承。)

线程安全

此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

Microsoft.WindowsAzure.Management.Scheduler.Models 命名空间

返回页首