Share via


VirtualMachineShutdownRolesParameters.PostShutdownAction Property

Gets or sets a PostShutdownAction value that specifies the state of the Virtual Machines after they are shut down.

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

Usage

'Usage
Dim instance As VirtualMachineShutdownRolesParameters
Dim value As Nullable(Of PostShutdownAction)

value = instance.PostShutdownAction

instance.PostShutdownAction = value

Syntax

'Declaration
Public Property PostShutdownAction As Nullable(Of PostShutdownAction)
public Nullable<PostShutdownAction> PostShutdownAction { get; set; }
public:
property Nullable<PostShutdownAction> PostShutdownAction {
    Nullable<PostShutdownAction> get ();
    void set (Nullable<PostShutdownAction> value);
}
/** @property */
public Nullable<PostShutdownAction> get_PostShutdownAction ()

/** @property */
public void set_PostShutdownAction (Nullable<PostShutdownAction> value)
public function get PostShutdownAction () : Nullable<PostShutdownAction>

public function set PostShutdownAction (value : Nullable<PostShutdownAction>)

Property Value

A PostShutdownAction value.

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

VirtualMachineShutdownRolesParameters Class
VirtualMachineShutdownRolesParameters Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace