ArmContainerServiceModelFactory.KubernetesVersionComponent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Component information for a Kubernetes version.
public static Azure.ResourceManager.ContainerService.Models.KubernetesVersionComponent KubernetesVersionComponent(string name = default, string version = default, bool? hasBreakingChanges = default);
static member KubernetesVersionComponent : string * string * Nullable<bool> -> Azure.ResourceManager.ContainerService.Models.KubernetesVersionComponent
Public Shared Function KubernetesVersionComponent (Optional name As String = Nothing, Optional version As String = Nothing, Optional hasBreakingChanges As Nullable(Of Boolean) = Nothing) As KubernetesVersionComponent
Parameters
- name
- String
Component name.
- version
- String
Component version.
If upgraded component version contains breaking changes from the current version. To see a detailed description of what the breaking changes are, visit https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#aks-components-breaking-changes-by-version.
Returns
A new KubernetesVersionComponent instance for mocking.