ArmContainerServiceModelFactory.KubernetesVersion 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 KubernetesVersion.
public static Azure.ResourceManager.ContainerService.Models.KubernetesVersion KubernetesVersion (string version = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerService.Models.KubernetesSupportPlan> capabilitiesSupportPlan = default, bool? isPreview = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.ContainerService.Models.KubernetesPatchVersion> patchVersions = default);
static member KubernetesVersion : string * seq<Azure.ResourceManager.ContainerService.Models.KubernetesSupportPlan> * Nullable<bool> * System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.ContainerService.Models.KubernetesPatchVersion> -> Azure.ResourceManager.ContainerService.Models.KubernetesVersion
Public Shared Function KubernetesVersion (Optional version As String = Nothing, Optional capabilitiesSupportPlan As IEnumerable(Of KubernetesSupportPlan) = Nothing, Optional isPreview As Nullable(Of Boolean) = Nothing, Optional patchVersions As IReadOnlyDictionary(Of String, KubernetesPatchVersion) = Nothing) As KubernetesVersion
Parameters
- version
- String
major.minor version of Kubernetes release.
- capabilitiesSupportPlan
- IEnumerable<KubernetesSupportPlan>
Capabilities on this Kubernetes version.
- patchVersions
- IReadOnlyDictionary<String,KubernetesPatchVersion>
Patch versions of Kubernetes release.
Returns
A new KubernetesVersion instance for mocking.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET