你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmHybridContainerServiceModelFactory.KubernetesPatchVersions Method

Definition

Initializes a new instance of KubernetesPatchVersions.

public static Azure.ResourceManager.HybridContainerService.Models.KubernetesPatchVersions KubernetesPatchVersions (System.Collections.Generic.IEnumerable<Azure.ResourceManager.HybridContainerService.Models.KubernetesVersionReadiness> readiness = default, System.Collections.Generic.IEnumerable<string> upgrades = default);
static member KubernetesPatchVersions : seq<Azure.ResourceManager.HybridContainerService.Models.KubernetesVersionReadiness> * seq<string> -> Azure.ResourceManager.HybridContainerService.Models.KubernetesPatchVersions
Public Shared Function KubernetesPatchVersions (Optional readiness As IEnumerable(Of KubernetesVersionReadiness) = Nothing, Optional upgrades As IEnumerable(Of String) = Nothing) As KubernetesPatchVersions

Parameters

readiness
IEnumerable<KubernetesVersionReadiness>

Indicates whether the kubernetes version image is ready or not.

upgrades
IEnumerable<String>

Possible upgrade paths for given patch version.

Returns

A new KubernetesPatchVersions instance for mocking.

Applies to