Managed Cluster Auto Upgrade Profile Args
data class ManagedClusterAutoUpgradeProfileArgs(val upgradeChannel: Output<Either<String, UpgradeChannel>>? = null) : ConvertibleToJava<ManagedClusterAutoUpgradeProfileArgs>
Auto upgrade profile for a managed cluster.
Constructors
Link copied to clipboard
fun ManagedClusterAutoUpgradeProfileArgs(upgradeChannel: Output<Either<String, UpgradeChannel>>? = null)
Functions
Properties
Link copied to clipboard
For more information see setting the AKS cluster auto-upgrade channel.