Share via


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)

Syntax

public DateTime EndTime { get; set; }
public:
property DateTime EndTime {
    DateTime get();
    void set(DateTime value);
}
member EndTime : DateTime with get, set
Public Property EndTime As Date

Property Value

Type: System.DateTime

The stopped time.

See Also

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

Return to top