Condividi tramite


ArmContainerServiceModelFactory.KubernetesVersionComponents Method

Definition

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.

Applies to