AgentPoolAvailableVersions 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
AgentPoolAvailableVersions() |
Initializes a new instance of the AgentPoolAvailableVersions class. |
AgentPoolAvailableVersions(String, String, String, IList<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem>) |
Initializes a new instance of the AgentPoolAvailableVersions class. |
AgentPoolAvailableVersions()
Initializes a new instance of the AgentPoolAvailableVersions class.
public AgentPoolAvailableVersions ();
Public Sub New ()
Applies to
AgentPoolAvailableVersions(String, String, String, IList<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem>)
Initializes a new instance of the AgentPoolAvailableVersions class.
public AgentPoolAvailableVersions (string id = default, string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem> agentPoolVersions = default);
new Microsoft.Azure.Management.ContainerService.Models.AgentPoolAvailableVersions : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem> -> Microsoft.Azure.Management.ContainerService.Models.AgentPoolAvailableVersions
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional agentPoolVersions As IList(Of AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem) = Nothing)
Parameters
- id
- String
The ID of the agent pool version list.
- name
- String
The name of the agent pool version list.
- type
- String
Type of the agent pool version list.
- agentPoolVersions
- IList<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem>
List of versions available for agent pool.