ResourceExtensionSubStatus.Status Property

 

Optional. The resource extension substatus, containing values like Transitioning, Error, Success, or Warning.

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

ResourceExtensionSubStatus Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top