AzureMonitorResponse Class
The azure monitor status response.
Constructor
AzureMonitorResponse(*, cluster_monitoring_enabled: bool | None = None, workspace_id: str | None = None, selected_configurations: _models.AzureMonitorSelectedConfigurations | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
cluster_monitoring_enabled
|
The status of the monitor on the HDInsight cluster. Default value: None
|
|
workspace_id
|
The workspace ID of the monitor on the HDInsight cluster. Default value: None
|
|
selected_configurations
|
The selected configurations. Default value: None
|
Variables
| Name | Description |
|---|---|
|
cluster_monitoring_enabled
|
The status of the monitor on the HDInsight cluster. |
|
workspace_id
|
The workspace ID of the monitor on the HDInsight cluster. |
|
selected_configurations
|
The selected configurations. |