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)
Syntax
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
Property Value
Type: System.String
See Also
LongRunningOperationStatusResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top