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

IBareMetalMachine.PowerState Property

Definition

The power state derived from the baseboard management controller.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The power state derived from the baseboard management controller.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachinePowerState) }, ReadOnly=true, Required=false, SerializedName="powerState")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachinePowerState? PowerState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The power state derived from the baseboard management controller.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachinePowerState) }, ReadOnly=true, Required=false, SerializedName="powerState")>]
member this.PowerState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachinePowerState>
Public ReadOnly Property PowerState As Nullable(Of BareMetalMachinePowerState)

Property Value

Attributes

Applies to