KubernetesCluster interface 
KubernetesCluster represents the Kubernetes cluster hosted on Network Cloud.
- Extends
Properties
| aad | The Azure Active Directory Integration properties. | 
| administrator | The administrative credentials that will be applied to the control plane and agent pool nodes that do not specify their own values. | 
| attached | The full list of network resource IDs that are attached to this cluster, including those attached only to specific agent pools. NOTE: This property will not be serialized. It can only be populated by the server. | 
| available | The list of versions that this Kubernetes cluster can be upgraded to. NOTE: This property will not be serialized. It can only be populated by the server. | 
| cluster | The resource ID of the Network Cloud cluster. NOTE: This property will not be serialized. It can only be populated by the server. | 
| connected | The resource ID of the connected cluster set up when this Kubernetes cluster is created. NOTE: This property will not be serialized. It can only be populated by the server. | 
| control | The current running version of Kubernetes on the control plane. NOTE: This property will not be serialized. It can only be populated by the server. | 
| control | The defining characteristics of the control plane for this Kubernetes Cluster. | 
| detailed | The current status of the Kubernetes cluster. NOTE: This property will not be serialized. It can only be populated by the server. | 
| detailed | The descriptive message about the current detailed status. NOTE: This property will not be serialized. It can only be populated by the server. | 
| etag | Resource ETag. NOTE: This property will not be serialized. It can only be populated by the server. | 
| extended | The extended location of the cluster associated with the resource. | 
| feature | The current feature settings. NOTE: This property will not be serialized. It can only be populated by the server. | 
| initial | 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. | 
| kubernetes | The Kubernetes version for this cluster. | 
| managed | The configuration of the managed resource group associated with the resource. | 
| network | 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. NOTE: This property will not be serialized. It can only be populated by the server. | 
| provisioning | The provisioning state of the Kubernetes cluster resource. NOTE: This property will not be serialized. It can only be populated by the server. | 
Inherited Properties
| id | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server. | 
| location | The geo-location where the resource lives | 
| name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. | 
| system | Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. | 
| tags | Resource tags. | 
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
		aadConfiguration
	 
	The Azure Active Directory Integration properties.
aadConfiguration?: AadConfigurationProperty Value
		administratorConfiguration
	 
	The administrative credentials that will be applied to the control plane and agent pool nodes that do not specify their own values.
administratorConfiguration?: AdministratorConfigurationProperty Value
		attachedNetworkIds
	  
	The full list of network resource IDs that are attached to this cluster, including those attached only to specific agent pools. NOTE: This property will not be serialized. It can only be populated by the server.
attachedNetworkIds?: string[]Property Value
string[]
		availableUpgrades
	 
	The list of versions that this Kubernetes cluster can be upgraded to. NOTE: This property will not be serialized. It can only be populated by the server.
availableUpgrades?: AvailableUpgrade[]Property Value
		clusterId
	 
	The resource ID of the Network Cloud cluster. NOTE: This property will not be serialized. It can only be populated by the server.
clusterId?: stringProperty Value
string
		connectedClusterId
	  
	The resource ID of the connected cluster set up when this Kubernetes cluster is created. NOTE: This property will not be serialized. It can only be populated by the server.
connectedClusterId?: stringProperty Value
string
		controlPlaneKubernetesVersion
	   
	The current running version of Kubernetes on the control plane. NOTE: This property will not be serialized. It can only be populated by the server.
controlPlaneKubernetesVersion?: stringProperty Value
string
		controlPlaneNodeConfiguration
	   
	The defining characteristics of the control plane for this Kubernetes Cluster.
controlPlaneNodeConfiguration: ControlPlaneNodeConfigurationProperty Value
		detailedStatus
	 
	The current status of the Kubernetes cluster. NOTE: This property will not be serialized. It can only be populated by the server.
detailedStatus?: stringProperty Value
string
		detailedStatusMessage
	  
	The descriptive message about the current detailed status. NOTE: This property will not be serialized. It can only be populated by the server.
detailedStatusMessage?: stringProperty Value
string
etag
Resource ETag. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: stringProperty Value
string
		extendedLocation
	 
	The extended location of the cluster associated with the resource.
extendedLocation: ExtendedLocationProperty Value
		featureStatuses
	 
	The current feature settings. NOTE: This property will not be serialized. It can only be populated by the server.
featureStatuses?: FeatureStatus[]Property Value
		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.
initialAgentPoolConfigurations: InitialAgentPoolConfiguration[]Property Value
		kubernetesVersion
	 
	The Kubernetes version for this cluster.
kubernetesVersion: stringProperty Value
string
		managedResourceGroupConfiguration
	   
	The configuration of the managed resource group associated with the resource.
managedResourceGroupConfiguration?: ManagedResourceGroupConfigurationProperty Value
		networkConfiguration
	 
	The configuration of the Kubernetes cluster networking, including the attachment of networks that span the cluster.
networkConfiguration: NetworkConfigurationProperty Value
nodes
The details of the nodes in this cluster. NOTE: This property will not be serialized. It can only be populated by the server.
nodes?: KubernetesClusterNode[]Property Value
		provisioningState
	 
	The provisioning state of the Kubernetes cluster resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: stringProperty Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.
id?: stringProperty Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: stringProperty Value
string
Inherited From TrackedResource.location
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: stringProperty Value
string
Inherited From TrackedResource.name
		systemData
	 
	Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemDataProperty Value
Inherited From TrackedResource.systemData
tags
Resource tags.
tags?: {[propertyName: string]: string}Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: stringProperty Value
string
Inherited From TrackedResource.type