OperationStatusResponse.Id 属性

 

异步请求的请求 ID。 异步请求的 x ms 请求 id 响应标头中返回此值。

命名空间:   Microsoft.WindowsAzure
程序集:  Microsoft.WindowsAzure.Common(Microsoft.WindowsAzure.Common.dll 中)

语法

public string Id { get; set; }
public:
property String^ Id {
    String^ get();
    void set(String^ value);
}
member Id : string with get, set
Public Property Id As String

属性值

Type: System.String

请参阅

OperationStatusResponse 类
Microsoft.WindowsAzure 命名空间

返回页首