PersistentVMDowntime.StartTime Property

 

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

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

Syntax

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

Property Value

Type: System.DateTime

The start time.

See Also

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

Return to top