Share via


IVirtualMachinePowerOffParameters.SkipShutdown Property

Definition

The indicator of whether to skip the graceful OS shutdown and power off the virtual machine immediately.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The indicator of whether to skip the graceful OS shutdown and power off the virtual machine immediately.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.SkipShutdown) }, ReadOnly=false, Required=false, SerializedName="skipShutdown")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.SkipShutdown? SkipShutdown { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The indicator of whether to skip the graceful OS shutdown and power off the virtual machine immediately.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.SkipShutdown) }, ReadOnly=false, Required=false, SerializedName="skipShutdown")>]
member this.SkipShutdown : Nullable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.SkipShutdown> with get, set
Public Property SkipShutdown As Nullable(Of SkipShutdown)

Property Value

Attributes

Applies to