KubernetesVersionListResult 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.
Hold values properties, which is array of KubernetesVersion
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.KubernetesVersionListResultTypeConverter))]
public class KubernetesVersionListResult : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersionListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.KubernetesVersionListResultTypeConverter))>]
type KubernetesVersionListResult = class
interface IKubernetesVersionListResult
interface IJsonSerializable
Public Class KubernetesVersionListResult
Implements IKubernetesVersionListResult
- Inheritance
-
KubernetesVersionListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| KubernetesVersionListResult() |
Creates an new KubernetesVersionListResult instance. |
Properties
| Name | Description |
|---|---|
| Value |
Array of AKS supported Kubernetes versions. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of KubernetesVersionListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of KubernetesVersionListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersionListResult. |
| FromJsonString(String) |
Creates a new instance of KubernetesVersionListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of KubernetesVersionListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |