Share via


PersistentVMDowntime.Status Property

 

Gets or sets the status of the Virtual Machine.

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

The status.

See Also

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

Return to top