Compartir a través de


IKubernetesClusterNode.Mode Property

Definition

The mode of the agent pool containing this node. Not applicable for control plane nodes.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The mode of the agent pool containing this node. Not applicable for control plane nodes.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolMode) }, ReadOnly=true, Required=false, SerializedName="mode")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolMode? Mode { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The mode of the agent pool containing this node. Not applicable for control plane nodes.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolMode) }, ReadOnly=true, Required=false, SerializedName="mode")>]
member this.Mode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolMode>
Public ReadOnly Property Mode As Nullable(Of AgentPoolMode)

Property Value

Attributes

Applies to