次の方法で共有


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 名前空間

トップに戻る