Share via


IProvisionedClusterUpgradeProfileProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ProvisionedClusterUpgradeProfilePropertiesTypeConverter))]
public interface IProvisionedClusterUpgradeProfileProperties : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ProvisionedClusterUpgradeProfilePropertiesTypeConverter))>]
type IProvisionedClusterUpgradeProfileProperties = interface
    interface IJsonSerializable
Public Interface IProvisionedClusterUpgradeProfileProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ControlPlaneProfileKubernetesVersion

The Kubernetes version (major.minor.patch).

ControlPlaneProfileOSType

The particular KubernetesVersion Image OS Type (Linux, Windows)

ControlPlaneProfileUpgrade

List of available kubernetes versions for upgrade.

ProvisioningState

Provisioning state of the resource

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to