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
public class NetworkCloudAgentPoolData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.NetworkCloudAgentPoolData>
type NetworkCloudAgentPoolData = class
inherit TrackedResourceData
type NetworkCloudAgentPoolData = class
inherit TrackedResourceData
interface IJsonModel<NetworkCloudAgentPoolData>
interface IPersistableModel<NetworkCloudAgentPoolData>
Public Class NetworkCloudAgentPoolData
Inherits TrackedResourceData
Public Class NetworkCloudAgentPoolData
Inherits TrackedResourceData
Implements IJsonModel(Of NetworkCloudAgentPoolData), IPersistableModel(Of NetworkCloudAgentPoolData)
- Inheritance
- Implements
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. |
UpgradeSettings |
The configuration of the agent pool. |
VmSkuName |
The name of the VM SKU that determines the size of resources allocated for node VMs. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Explicit Interface Implementations
IJsonModel<NetworkCloudAgentPoolData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetworkCloudAgentPoolData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetworkCloudAgentPoolData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetworkCloudAgentPoolData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetworkCloudAgentPoolData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET