LongRunningOperationStatusResponse::Id Property

 

Optional. The request ID of the asynchronous request. This value is returned in the x-ms-request-id response header of the asynchronous request.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

public:
property String^ Id {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: