Freigeben über


AgentPoolMode Struct

Definition

The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolModeTypeConverter))]
public struct AgentPoolMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolModeTypeConverter))>]
type AgentPoolMode = struct
    interface IArgumentCompleter
Public Structure AgentPoolMode
Implements IArgumentCompleter, IEquatable(Of AgentPoolMode)
Inheritance
AgentPoolMode
Attributes
Implements

Fields

NotApplicable
System
User

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(AgentPoolMode)

Compares values of enum type AgentPoolMode

Equals(Object)

Compares values of enum type AgentPoolMode (override for Object)

GetHashCode()

Returns hashCode for enum AgentPoolMode

ToString()

Returns string representation for AgentPoolMode

Operators

Equality(AgentPoolMode, AgentPoolMode)

Overriding == operator for enum AgentPoolMode

Implicit(AgentPoolMode to String)

Implicit operator to convert AgentPoolMode to string

Implicit(String to AgentPoolMode)

Implicit operator to convert string to AgentPoolMode

Inequality(AgentPoolMode, AgentPoolMode)

Overriding != operator for enum AgentPoolMode

Applies to