KubernetesVersionListResult Constructors
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.
Overloads
KubernetesVersionListResult() |
Initializes a new instance of the KubernetesVersionListResult class. |
KubernetesVersionListResult(IList<KubernetesVersion>) |
Initializes a new instance of the KubernetesVersionListResult class. |
KubernetesVersionListResult()
Initializes a new instance of the KubernetesVersionListResult class.
public KubernetesVersionListResult ();
Public Sub New ()
Applies to
KubernetesVersionListResult(IList<KubernetesVersion>)
Initializes a new instance of the KubernetesVersionListResult class.
public KubernetesVersionListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.KubernetesVersion> values = default);
new Microsoft.Azure.Management.ContainerService.Models.KubernetesVersionListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.KubernetesVersion> -> Microsoft.Azure.Management.ContainerService.Models.KubernetesVersionListResult
Public Sub New (Optional values As IList(Of KubernetesVersion) = Nothing)
Parameters
- values
- IList<KubernetesVersion>
Array of AKS supported Kubernetes versions.