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