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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET