LongRunningOperationResultResponse.OperationStatusLink Property
Optional.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public string OperationStatusLink { get; set; }
public:
property String^ OperationStatusLink {
String^ get();
void set(String^ value);
}
member OperationStatusLink : string with get, set
Public Property OperationStatusLink As String
Property Value
Type: System.String
See Also
LongRunningOperationResultResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top