ClusterMonitoringResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.hdinsight.fluent.models.ClusterMonitoringResponseInner

public final class ClusterMonitoringResponseInner

The cluster monitoring status response.

Constructor Summary

Constructor Description
ClusterMonitoringResponseInner()

Creates an instance of ClusterMonitoringResponseInner class.

Method Summary

Modifier and Type Method and Description
Boolean clusterMonitoringEnabled()

Get the clusterMonitoringEnabled property: The status of the monitor on the HDInsight cluster.

void validate()

Validates the instance.

ClusterMonitoringResponseInner withClusterMonitoringEnabled(Boolean clusterMonitoringEnabled)

Set the clusterMonitoringEnabled property: The status of the monitor on the HDInsight cluster.

ClusterMonitoringResponseInner withWorkspaceId(String workspaceId)

Set the workspaceId property: The workspace ID of the monitor on the HDInsight cluster.

String workspaceId()

Get the workspaceId property: The workspace ID of the monitor on the HDInsight cluster.

Methods inherited from java.lang.Object

Constructor Details

ClusterMonitoringResponseInner

public ClusterMonitoringResponseInner()

Creates an instance of ClusterMonitoringResponseInner class.

Method Details

clusterMonitoringEnabled

public Boolean clusterMonitoringEnabled()

Get the clusterMonitoringEnabled property: The status of the monitor on the HDInsight cluster.

Returns:

the clusterMonitoringEnabled value.

validate

public void validate()

Validates the instance.

withClusterMonitoringEnabled

public ClusterMonitoringResponseInner withClusterMonitoringEnabled(Boolean clusterMonitoringEnabled)

Set the clusterMonitoringEnabled property: The status of the monitor on the HDInsight cluster.

Parameters:

clusterMonitoringEnabled - the clusterMonitoringEnabled value to set.

Returns:

the ClusterMonitoringResponseInner object itself.

withWorkspaceId

public ClusterMonitoringResponseInner withWorkspaceId(String workspaceId)

Set the workspaceId property: The workspace ID of the monitor on the HDInsight cluster.

Parameters:

workspaceId - the workspaceId value to set.

Returns:

the ClusterMonitoringResponseInner object itself.

workspaceId

public String workspaceId()

Get the workspaceId property: The workspace ID of the monitor on the HDInsight cluster.

Returns:

the workspaceId value.

Applies to