KubernetesClusterPatchParameters interface

KubernetesClusterPatchParameters represents the body of the request to patch the Hybrid AKS cluster.

Properties

controlPlaneNodeConfiguration

The defining characteristics of the control plane that can be patched for this Kubernetes cluster.

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.

tags

The Azure resource tags that will replace the existing ones.

Property Details

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. 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.

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}