VirtualMachineShutdownRolesParameters.PostShutdownAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. The state of the roles after shutdown. Possible values include Stopped or StoppedDeallocated.
public Microsoft.WindowsAzure.Management.Compute.Models.PostShutdownAction? PostShutdownAction { get; set; }
member this.PostShutdownAction : Nullable<Microsoft.WindowsAzure.Management.Compute.Models.PostShutdownAction> with get, set
Public Property PostShutdownAction As Nullable(Of PostShutdownAction)