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)

public:
property PersistentVMDowntime^ PersistentVMDowntime {
	PersistentVMDowntime^ get();
	void set(PersistentVMDowntime^ value);
}
Return to top
Show: