KubernetesPatchVersion Constructors
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.
Overloads
KubernetesPatchVersion() |
Initializes a new instance of the KubernetesPatchVersion class. |
KubernetesPatchVersion(IList<String>) |
Initializes a new instance of the KubernetesPatchVersion class. |
KubernetesPatchVersion()
Initializes a new instance of the KubernetesPatchVersion class.
public KubernetesPatchVersion ();
Public Sub New ()
Applies to
KubernetesPatchVersion(IList<String>)
Initializes a new instance of the KubernetesPatchVersion class.
public KubernetesPatchVersion (System.Collections.Generic.IList<string> upgrades = default);
new Microsoft.Azure.Management.ContainerService.Models.KubernetesPatchVersion : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ContainerService.Models.KubernetesPatchVersion
Public Sub New (Optional upgrades As IList(Of String) = Nothing)