次の方法で共有


OperationResponse.RequestId プロパティ

 

サービスに対して行われた要求の識別子を取得します。

名前空間:   Microsoft.WindowsAzure
アセンブリ:  Microsoft.WindowsAzure.Common (Microsoft.WindowsAzure.Common.dll 内)

構文

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

プロパティ値

Type: System.String

要求の識別子です。

参照

OperationResponse クラス
Microsoft.WindowsAzure 名前空間

トップに戻る