ManagedClusterUpgradeProfile Class

Definition

The list of available upgrades for compute pools.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagedClusterUpgradeProfile
[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagedClusterUpgradeProfile : Microsoft.Azure.Management.ContainerService.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedClusterUpgradeProfile = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedClusterUpgradeProfile = class
    inherit ProxyResource
Public Class ManagedClusterUpgradeProfile
Public Class ManagedClusterUpgradeProfile
Inherits ProxyResource
Inheritance
ManagedClusterUpgradeProfile
Inheritance
ManagedClusterUpgradeProfile
Attributes

Constructors

Name Description
ManagedClusterUpgradeProfile()

Initializes a new instance of the ManagedClusterUpgradeProfile class.

ManagedClusterUpgradeProfile(ManagedClusterPoolUpgradeProfile, IList<ManagedClusterPoolUpgradeProfile>, String, String, String, SystemData)

Initializes a new instance of the ManagedClusterUpgradeProfile class.

ManagedClusterUpgradeProfile(ManagedClusterPoolUpgradeProfile, IList<ManagedClusterPoolUpgradeProfile>, String, String, String)

Initializes a new instance of the ManagedClusterUpgradeProfile class.

Properties

Name Description
AgentPoolProfiles

Gets or sets the list of available upgrade versions for agent pools.

ControlPlaneProfile

Gets or sets the list of available upgrade versions for the control plane.

Id

Gets the ID of the upgrade profile.

Id

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

(Inherited from Resource)
Name

Gets the name of the upgrade profile.

Name

Gets the name of the resource

(Inherited from Resource)
SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from Resource)
Type

Gets the type of the upgrade profile.

Type

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

(Inherited from Resource)

Methods

Name Description
Validate()

Validate the object.

Applies to