WebSiteOperationStatusResponse.OperationId Property
Optional. The Operation ID for this operation. Used to poll for operation status.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string OperationId { get; set; }
public:
property String^ OperationId {
String^ get();
void set(String^ value);
}
member OperationId : string with get, set
Public Property OperationId As String
Property Value
Type: System.String
See Also
WebSiteOperationStatusResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top