Share via


AutoUpgradeProfileProperties interface

The properties of the AutoUpgradeProfile.

Properties

autoUpgradeProfileStatus

The status of the auto upgrade profile.

channel

Configures how auto-upgrade will be run.

disabled

If set to False: the auto upgrade has effect - target managed clusters will be upgraded on schedule. If set to True: the auto upgrade has no effect - no upgrade will be run on the target managed clusters. This is a boolean and not an enum because enabled/disabled are all available states of the auto upgrade profile. By default, this is set to False.

nodeImageSelection

The node image upgrade to be applied to the target clusters in auto upgrade.

provisioningState

The provisioning state of the AutoUpgradeProfile resource.

updateStrategyId

The resource id of the UpdateStrategy resource to reference. If not specified, the auto upgrade will run on all clusters which are members of the fleet.

Property Details

autoUpgradeProfileStatus

The status of the auto upgrade profile.

autoUpgradeProfileStatus?: AutoUpgradeProfileStatus

Property Value

channel

Configures how auto-upgrade will be run.

channel: string

Property Value

string

disabled

If set to False: the auto upgrade has effect - target managed clusters will be upgraded on schedule. If set to True: the auto upgrade has no effect - no upgrade will be run on the target managed clusters. This is a boolean and not an enum because enabled/disabled are all available states of the auto upgrade profile. By default, this is set to False.

disabled?: boolean

Property Value

boolean

nodeImageSelection

The node image upgrade to be applied to the target clusters in auto upgrade.

nodeImageSelection?: AutoUpgradeNodeImageSelection

Property Value

provisioningState

The provisioning state of the AutoUpgradeProfile resource.

provisioningState?: string

Property Value

string

updateStrategyId

The resource id of the UpdateStrategy resource to reference. If not specified, the auto upgrade will run on all clusters which are members of the fleet.

updateStrategyId?: string

Property Value

string