KubernetesVersion 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
KubernetesVersion() |
Initializes a new instance of the KubernetesVersion class. |
KubernetesVersion(String, KubernetesVersionCapabilities, Nullable<Boolean>, IDictionary<String,KubernetesPatchVersion>) |
Initializes a new instance of the KubernetesVersion class. |
KubernetesVersion()
Initializes a new instance of the KubernetesVersion class.
public KubernetesVersion ();
Public Sub New ()
Applies to
KubernetesVersion(String, KubernetesVersionCapabilities, Nullable<Boolean>, IDictionary<String,KubernetesPatchVersion>)
Initializes a new instance of the KubernetesVersion class.
public KubernetesVersion (string version = default, Microsoft.Azure.Management.ContainerService.Models.KubernetesVersionCapabilities capabilities = default, bool? isPreview = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ContainerService.Models.KubernetesPatchVersion> patchVersions = default);
new Microsoft.Azure.Management.ContainerService.Models.KubernetesVersion : string * Microsoft.Azure.Management.ContainerService.Models.KubernetesVersionCapabilities * Nullable<bool> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ContainerService.Models.KubernetesPatchVersion> -> Microsoft.Azure.Management.ContainerService.Models.KubernetesVersion
Public Sub New (Optional version As String = Nothing, Optional capabilities As KubernetesVersionCapabilities = Nothing, Optional isPreview As Nullable(Of Boolean) = Nothing, Optional patchVersions As IDictionary(Of String, KubernetesPatchVersion) = Nothing)
Parameters
- version
- String
major.minor version of Kubernetes release
- capabilities
- KubernetesVersionCapabilities
Capabilities on this Kubernetes version.
- patchVersions
- IDictionary<String,KubernetesPatchVersion>
Patch versions of Kubernetes release