KubernetesClusterPatchParameters interface
KubernetesClusterPatchParameters represents the body of the request to patch the Hybrid AKS cluster.
Properties
| administrator |
The configuration of the default administrator credentials. |
| control |
The defining characteristics of the control plane that can be patched for this Kubernetes cluster. |
| kubernetes |
The Kubernetes version for this cluster. |
| tags | Resource tags. |
Property Details
administratorConfiguration
The configuration of the default administrator credentials.
administratorConfiguration?: AdministratorConfigurationPatch
Property Value
controlPlaneNodeConfiguration
The defining characteristics of the control plane that can be patched for this Kubernetes cluster.
controlPlaneNodeConfiguration?: ControlPlaneNodePatchConfiguration
Property Value
kubernetesVersion
The Kubernetes version for this cluster.
kubernetesVersion?: string
Property Value
string
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>