GetAutoUpgradeProfileResult

data class GetAutoUpgradeProfileResult(val channel: String, val disabled: Boolean? = null, val eTag: String, val id: String, val name: String, val nodeImageSelection: AutoUpgradeNodeImageSelectionResponse? = null, val provisioningState: String, val systemData: SystemDataResponse, val type: String, val updateStrategyId: String? = null)

The AutoUpgradeProfile resource.

Constructors

Link copied to clipboard
constructor(channel: String, disabled: Boolean? = null, eTag: String, id: String, name: String, nodeImageSelection: AutoUpgradeNodeImageSelectionResponse? = null, provisioningState: String, systemData: SystemDataResponse, type: String, updateStrategyId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configures how auto-upgrade will be run.

Link copied to clipboard
val disabled: Boolean? = null

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.

Link copied to clipboard

If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

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

Link copied to clipboard

The provisioning state of the AutoUpgradeProfile resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

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

Link copied to clipboard

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.