Share via


ClusterLogAnalyticsProfile(Boolean) Constructor

Definition

Initializes a new instance of ClusterLogAnalyticsProfile.

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

Parameters

isEnabled
Boolean

True if log analytics is enabled for the cluster, otherwise false.

Applies to