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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.