Share via


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.HostedServiceGetDetailedResponse
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Usage

'Usage
Dim instance As Deployment
Dim value As PersistentVMDowntime

value = instance.PersistentVMDowntime

instance.PersistentVMDowntime = value

Syntax

'Declaration
Public Property PersistentVMDowntime As PersistentVMDowntime
public PersistentVMDowntime PersistentVMDowntime { get; set; }
public:
property PersistentVMDowntime^ PersistentVMDowntime {
    PersistentVMDowntime^ get ();
    void set (PersistentVMDowntime^ value);
}
/** @property */
public PersistentVMDowntime get_PersistentVMDowntime ()

/** @property */
public void set_PersistentVMDowntime (PersistentVMDowntime value)
public function get PersistentVMDowntime () : PersistentVMDowntime

public function set PersistentVMDowntime (value : PersistentVMDowntime)

Property Value

The downtime status.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

Deployment Class
Deployment Members
Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse Namespace