KubernetesVersionProfileProperties 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.KubernetesVersionProfilePropertiesTypeConverter))]
public class KubernetesVersionProfileProperties : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionProfileProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.KubernetesVersionProfilePropertiesTypeConverter))>]
type KubernetesVersionProfileProperties = class
interface IKubernetesVersionProfileProperties
interface IJsonSerializable
Public Class KubernetesVersionProfileProperties
Implements IKubernetesVersionProfileProperties
- Inheritance
-
KubernetesVersionProfileProperties
- Attributes
- Implements
Constructors
KubernetesVersionProfileProperties() |
Creates an new KubernetesVersionProfileProperties instance. |
Properties
ProvisioningState |
Provisioning state of the resource |
Value |
List of supported Kubernetes versions |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of KubernetesVersionProfileProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of KubernetesVersionProfileProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionProfileProperties. |
FromJsonString(String) |
Creates a new instance of KubernetesVersionProfileProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of KubernetesVersionProfileProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |