Share via


AzureMonitorResponse.ClusterMonitoringEnabled Property

Definition

Gets or sets the status of the monitor on the HDInsight cluster.

[Newtonsoft.Json.JsonProperty(PropertyName="clusterMonitoringEnabled")]
public bool? ClusterMonitoringEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="clusterMonitoringEnabled")>]
member this.ClusterMonitoringEnabled : Nullable<bool> with get, set
Public Property ClusterMonitoringEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to