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)

Syntax

public Nullable<PostShutdownAction> PostShutdownAction { get; set; }
public:
property Nullable<PostShutdownAction> PostShutdownAction {
    Nullable<PostShutdownAction> get();
    void set(Nullable<PostShutdownAction> value);
}
member PostShutdownAction : Nullable<PostShutdownAction> with get, set
Public Property PostShutdownAction As Nullable(Of PostShutdownAction)

Property Value

Type: System.Nullable<PostShutdownAction>

A PostShutdownAction value.

See Also

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

Return to top