VirtualMachineShutdownParameters::PostShutdownAction Property

 

Gets or sets a PostShutdownAction value that specifies the state of the Virtual Machine after it is shut down.

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

public:
property PostShutdownAction PostShutdownAction {
	PostShutdownAction get();
	void set(PostShutdownAction value);
}
Return to top
Show: