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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET