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 | The Azure resource tags that will replace the existing ones. |
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
The Azure resource tags that will replace the existing ones.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}