AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem 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
AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem() |
Initializes a new instance of the AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem class. |
AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem(Nullable<Boolean>, String, Nullable<Boolean>) |
Initializes a new instance of the AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem class. |
AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem()
Initializes a new instance of the AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem class.
public AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem ();
Public Sub New ()
Applies to
AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem(Nullable<Boolean>, String, Nullable<Boolean>)
Initializes a new instance of the AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem class.
public AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem (bool? defaultProperty = default, string kubernetesVersion = default, bool? isPreview = default);
new Microsoft.Azure.Management.ContainerService.Models.AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem : Nullable<bool> * string * Nullable<bool> -> Microsoft.Azure.Management.ContainerService.Models.AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem
Public Sub New (Optional defaultProperty As Nullable(Of Boolean) = Nothing, Optional kubernetesVersion As String = Nothing, Optional isPreview As Nullable(Of Boolean) = Nothing)
Parameters
- kubernetesVersion
- String
The Kubernetes version (major.minor.patch).