IProvisionedClusterUpgradeProfileProperties Interface
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.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) |