ResourceExtensionStatus.Status Property
Optional. The resource extension status, which can be "Installing", "Ready", "NotReady", or "Unresponsive".
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public string Status { get; set; }
public:
property String^ Status {
String^ get();
void set(String^ value);
}
member Status : string with get, set
Public Property Status As String
Property Value
Type: System.String
See Also
ResourceExtensionStatus Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top