AgentPoolAvailableVersionsProperties Class
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.
The list of available agent pool versions.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.AgentPoolAvailableVersionsPropertiesTypeConverter))]
public class AgentPoolAvailableVersionsProperties : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolAvailableVersionsProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.AgentPoolAvailableVersionsPropertiesTypeConverter))>]
type AgentPoolAvailableVersionsProperties = class
interface IAgentPoolAvailableVersionsProperties
interface IJsonSerializable
Public Class AgentPoolAvailableVersionsProperties
Implements IAgentPoolAvailableVersionsProperties
- Inheritance
-
AgentPoolAvailableVersionsProperties
- Attributes
- Implements
Constructors
AgentPoolAvailableVersionsProperties() |
Creates an new AgentPoolAvailableVersionsProperties instance. |
Properties
AgentPoolVersion |
List of versions available for agent pool. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AgentPoolAvailableVersionsProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AgentPoolAvailableVersionsProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolAvailableVersionsProperties. |
FromJsonString(String) |
Creates a new instance of AgentPoolAvailableVersionsProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AgentPoolAvailableVersionsProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |