NetworkCloudAgentPoolData Class
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.
A class representing the NetworkCloudAgentPool data model. AgentPool represents the agent pool of Kubernetes cluster.
public class NetworkCloudAgentPoolData : Azure.ResourceManager.Models.TrackedResourceData
type NetworkCloudAgentPoolData = class
inherit TrackedResourceData
Public Class NetworkCloudAgentPoolData
Inherits TrackedResourceData
- Inheritance
Constructors
NetworkCloudAgentPoolData(AzureLocation, Int64, NetworkCloudAgentPoolMode, String) |
Initializes a new instance of NetworkCloudAgentPoolData. |
Properties
AdministratorConfiguration |
The administrator credentials to be used for the nodes in this agent pool. |
AgentOptions |
The configurations that will be applied to each agent in this agent pool. |
AttachedNetworkConfiguration |
The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster. |
AvailabilityZones |
The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used. |
Count |
The number of virtual machines that use this configuration. |
DetailedStatus |
The current status of the agent pool. |
DetailedStatusMessage |
The descriptive message about the current detailed status. |
ExtendedLocation |
The extended location of the cluster associated with the resource. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
KubernetesVersion |
The Kubernetes version running in this agent pool. |
Labels |
The labels applied to the nodes in this agent pool. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
Mode |
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. |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
The provisioning state of the agent pool. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
Taints |
The taints applied to the nodes in this agent pool. |
UpgradeMaxSurge |
The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1. |
VmSkuName |
The name of the VM SKU that determines the size of resources allocated for node VMs. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Applies to
Azure SDK for .NET