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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET