Share via


ProvisionedClusterUpgradeProfile Class

Definition

The list of available kubernetes version upgrades for the provisioned cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ProvisionedClusterUpgradeProfileTypeConverter))]
public class ProvisionedClusterUpgradeProfile : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterUpgradeProfile, Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ProvisionedClusterUpgradeProfileTypeConverter))>]
type ProvisionedClusterUpgradeProfile = class
    interface IProvisionedClusterUpgradeProfile
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class ProvisionedClusterUpgradeProfile
Implements IProvisionedClusterUpgradeProfile, IValidates
Inheritance
ProvisionedClusterUpgradeProfile
Attributes
Implements

Constructors

ProvisionedClusterUpgradeProfile()

Creates an new ProvisionedClusterUpgradeProfile instance.

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.

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Name

The name of the resource

ProvisioningState

Provisioning state of the resource

ResourceGroupName

Gets the resource group name

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProvisionedClusterUpgradeProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProvisionedClusterUpgradeProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterUpgradeProfile.

FromJsonString(String)

Creates a new instance of ProvisionedClusterUpgradeProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProvisionedClusterUpgradeProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to