KubernetesClusterNode 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.
KubernetesClusterNode represents the details of a node in a Kubernetes cluster.
public class KubernetesClusterNode
public class KubernetesClusterNode : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.KubernetesClusterNode>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.KubernetesClusterNode>
type KubernetesClusterNode = class
type KubernetesClusterNode = class
interface IJsonModel<KubernetesClusterNode>
interface IPersistableModel<KubernetesClusterNode>
Public Class KubernetesClusterNode
Public Class KubernetesClusterNode
Implements IJsonModel(Of KubernetesClusterNode), IPersistableModel(Of KubernetesClusterNode)
- Inheritance
-
KubernetesClusterNode
- Implements
Properties
AgentPoolArmId |
The resource ID of the agent pool that this node belongs to. This value is not represented on control plane nodes. |
AvailabilityZone |
The availability zone this node is running within. |
BareMetalMachineArmId |
The resource ID of the bare metal machine that hosts this node. |
CpuCores |
The number of CPU cores configured for this node, derived from the VM SKU specified. |
DetailedStatus |
The detailed state of this node. |
DetailedStatusMessage |
The descriptive message about the current detailed status. |
DiskSizeGB |
The size of the disk configured for this node. Allocations are measured in gibibytes. |
Image |
The machine image used to deploy this node. |
KubernetesVersion |
The currently running version of Kubernetes and bundled features running on this node. |
Labels |
The list of labels on this node that have been assigned to the agent pool containing this node. |
MemorySizeGB |
The amount of memory configured for this node, derived from the vm SKU specified. Allocations are measured in gibibytes. |
Mode |
The mode of the agent pool containing this node. Not applicable for control plane nodes. |
Name |
The name of this node, as realized in the Kubernetes cluster. |
NetworkAttachments |
The NetworkAttachments made to this node. |
PowerState |
The power state of this node. |
Role |
The role of this node in the cluster. |
Taints |
The list of taints that have been assigned to the agent pool containing this node. |
VmSkuName |
The VM SKU name that was used to create this cluster node. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<KubernetesClusterNode>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<KubernetesClusterNode>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<KubernetesClusterNode>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<KubernetesClusterNode>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<KubernetesClusterNode>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET