你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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