HostedServiceGetDetailedResponse::Deployment::PersistentVMDowntime Property
Gets or sets an PersistentVMDowntime object that represents information about when the Virtual Machine deployment has been started and stopped.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property PersistentVMDowntime^ PersistentVMDowntime { PersistentVMDowntime^ get(); void set(PersistentVMDowntime^ value); }
Property Value
Type: Microsoft.WindowsAzure.Management.Compute.Models::PersistentVMDowntime^The downtime status.
Show: