IKubernetesClusterNode.PowerState 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.
The power state of this node.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The power state of this node.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesNodePowerState) }, ReadOnly=true, Required=false, SerializedName="powerState")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesNodePowerState? PowerState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The power state of this node.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesNodePowerState) }, ReadOnly=true, Required=false, SerializedName="powerState")>]
member this.PowerState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesNodePowerState>
Public ReadOnly Property PowerState As Nullable(Of KubernetesNodePowerState)
Property Value
- Attributes