NetworkCloudKubernetesClusterData 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 NetworkCloudKubernetesCluster data model. KubernetesCluster represents the Kubernetes cluster hosted on Network Cloud.
public class NetworkCloudKubernetesClusterData : Azure.ResourceManager.Models.TrackedResourceData
type NetworkCloudKubernetesClusterData = class
inherit TrackedResourceData
Public Class NetworkCloudKubernetesClusterData
Inherits TrackedResourceData
- Inheritance
Constructors
Properties
AadAdminGroupObjectIds |
The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster. |
AdministratorConfiguration |
The administrative credentials that will be applied to the control plane and agent pool nodes that do not specify their own values. |
AttachedNetworkIds |
The full list of network resource IDs that are attached to this cluster, including those attached only to specific agent pools. |
AvailableUpgrades |
The list of versions that this Kubernetes cluster can be upgraded to. |
ClusterId |
The resource ID of the Network Cloud cluster. |
ConnectedClusterId |
The resource ID of the connected cluster set up when this Kubernetes cluster is created. |
ControlPlaneKubernetesVersion |
The current running version of Kubernetes on the control plane. |
ControlPlaneNodeConfiguration |
The defining characteristics of the control plane for this Kubernetes Cluster. |
DetailedStatus |
The current status of the Kubernetes cluster. |
DetailedStatusMessage |
The descriptive message about the current detailed status. |
ExtendedLocation |
The extended location of the cluster associated with the resource. |
FeatureStatuses |
The current feature settings. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
InitialAgentPoolConfigurations |
The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource. |
KubernetesVersion |
The Kubernetes version for this cluster. Accepts n.n, n.n.n, and n.n.n-n format. The interpreted version used will be resolved into this field after creation or update. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
ManagedResourceGroupConfiguration |
The configuration of the managed resource group associated with the resource. |
Name |
The name of the resource. (Inherited from ResourceData) |
NetworkConfiguration |
The configuration of the Kubernetes cluster networking, including the attachment of networks that span the cluster. |
Nodes |
The details of the nodes in this cluster. |
ProvisioningState |
The provisioning state of the Kubernetes cluster resource. |
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) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Applies to
Azure SDK for .NET