PostShutdownAction Enumeration

 

Specifies the action that is performed after a Virtual Machine is shut down.

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

Syntax

public enum PostShutdownAction
public enum class PostShutdownAction
type PostShutdownAction
Public Enumeration PostShutdownAction

Members

Member name Description
Stopped

Specifies that the Virtual Machine is stopped.

StoppedDeallocated

Specifies that the Virtual Machine is stopped and deallocated, which releases resources and stops billing.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top