ArmHybridContainerServiceModelFactory.KubernetesVersionProperties 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.
Initializes a new instance of KubernetesVersionProperties.
public static Azure.ResourceManager.HybridContainerService.Models.KubernetesVersionProperties KubernetesVersionProperties (string version = default, bool? isPreview = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.HybridContainerService.Models.KubernetesPatchVersions> patchVersions = default);
static member KubernetesVersionProperties : string * Nullable<bool> * System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.HybridContainerService.Models.KubernetesPatchVersions> -> Azure.ResourceManager.HybridContainerService.Models.KubernetesVersionProperties
Public Shared Function KubernetesVersionProperties (Optional version As String = Nothing, Optional isPreview As Nullable(Of Boolean) = Nothing, Optional patchVersions As IReadOnlyDictionary(Of String, KubernetesPatchVersions) = Nothing) As KubernetesVersionProperties
Parameters
- version
- String
major.minor version of Kubernetes release.
- patchVersions
- IReadOnlyDictionary<String,KubernetesPatchVersions>
Patch versions of a Kubernetes release.
Returns
A new KubernetesVersionProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET