PersistentVMDowntime::EndTime Property

 

Gets or sets the time that the Virtual Machine was stopped.

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

public:
property DateTime EndTime {
	DateTime get();
	void set(DateTime value);
}

Property Value

Type: System::DateTime

The stopped time.

Return to top
Show: