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

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

Applies to