KubernetesVersionComponents.Components Property
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 current or upgraded Kubernetes version in the cluster.
public System.Collections.Generic.IList<Azure.ResourceManager.ContainerService.Models.KubernetesVersionComponent> Components { get; }
member this.Components : System.Collections.Generic.IList<Azure.ResourceManager.ContainerService.Models.KubernetesVersionComponent>
Public ReadOnly Property Components As IList(Of KubernetesVersionComponent)