KubernetesClusterFeaturePatchParameters interface
KubernetesClusterFeaturePatchParameters represents the body of the request to patch the Kubernetes cluster feature.
Properties
options | The configured options for the feature. |
tags | The Azure resource tags that will replace the existing ones. |
Property Details
options
The configured options for the feature.
options?: StringKeyValuePair[]
Property Value
tags
The Azure resource tags that will replace the existing ones.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}