ArmHybridContainerServiceModelFactory.KubernetesPatchVersions 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 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
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