Share via


ClusterAutoscaleProfile(Boolean) Constructor

Definition

Initializes a new instance of ClusterAutoscaleProfile.

public ClusterAutoscaleProfile (bool isEnabled);
new Azure.ResourceManager.HDInsight.Containers.Models.ClusterAutoscaleProfile : bool -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterAutoscaleProfile
Public Sub New (isEnabled As Boolean)

Parameters

isEnabled
Boolean

This indicates whether auto scale is enabled on HDInsight on AKS cluster.

Applies to