ArmContainerServiceModelFactory.KubernetesVersionComponents 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.
components of given Kubernetes version.
public static Azure.ResourceManager.ContainerService.Models.KubernetesVersionComponents KubernetesVersionComponents(string kubernetesVersion = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerService.Models.KubernetesVersionComponent> components = default);
static member KubernetesVersionComponents : string * seq<Azure.ResourceManager.ContainerService.Models.KubernetesVersionComponent> -> Azure.ResourceManager.ContainerService.Models.KubernetesVersionComponents
Public Shared Function KubernetesVersionComponents (Optional kubernetesVersion As String = Nothing, Optional components As IEnumerable(Of KubernetesVersionComponent) = Nothing) As KubernetesVersionComponents
Parameters
- kubernetesVersion
- String
The Kubernetes version (major.minor).
- components
- IEnumerable<KubernetesVersionComponent>
components of current or upgraded Kubernetes version in the cluster.
Returns
A new KubernetesVersionComponents instance for mocking.