Share via


NetworkCloudAgentPoolMode 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.

public readonly struct NetworkCloudAgentPoolMode : IEquatable<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAgentPoolMode>
type NetworkCloudAgentPoolMode = struct
Public Structure NetworkCloudAgentPoolMode
Implements IEquatable(Of NetworkCloudAgentPoolMode)
Inheritance
NetworkCloudAgentPoolMode
Implements

Constructors

NetworkCloudAgentPoolMode(String)

Initializes a new instance of NetworkCloudAgentPoolMode.

Properties

NotApplicable

NotApplicable.

System

System.

User

User.

Methods

Equals(NetworkCloudAgentPoolMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(NetworkCloudAgentPoolMode, NetworkCloudAgentPoolMode)

Determines if two NetworkCloudAgentPoolMode values are the same.

Implicit(String to NetworkCloudAgentPoolMode)

Converts a string to a NetworkCloudAgentPoolMode.

Inequality(NetworkCloudAgentPoolMode, NetworkCloudAgentPoolMode)

Determines if two NetworkCloudAgentPoolMode values are not the same.

Applies to