HostedServiceGetDetailedResponse.Deployment.PersistentVMDowntime Property

 

Gets or sets an PersistentVMDowntime object that represents information about when the Virtual Machine deployment has been started and stopped.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public PersistentVMDowntime PersistentVMDowntime { get; set; }
public:
property PersistentVMDowntime^ PersistentVMDowntime {
    PersistentVMDowntime^ get();
    void set(PersistentVMDowntime^ value);
}
member PersistentVMDowntime : PersistentVMDowntime with get, set
Public Property PersistentVMDowntime As PersistentVMDowntime

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.PersistentVMDowntime

The downtime status.

See Also

HostedServiceGetDetailedResponse.Deployment Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top