Share via


KubernetesVersionProfileProperties Class

Definition

[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

Name Description
KubernetesVersionProfileProperties()

Creates an new KubernetesVersionProfileProperties instance.

Properties

Name Description
ProvisioningState

Provisioning state of the resource

Value

List of supported Kubernetes versions

Methods

Name Description
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()

Applies to