ClusterMonitoringRequest Class

  • java.lang.Object
    • com.microsoft.azure.management.hdinsight.v2018_06_01_preview.ClusterMonitoringRequest

public class ClusterMonitoringRequest

The Operations Management Suite (OMS) parameters.

Constructor Summary

Constructor Description
ClusterMonitoringRequest()

Method Summary

Modifier and Type Method and Description
java.lang.String primaryKey()

Get the Operations Management Suite (OMS) workspace key.

ClusterMonitoringRequest withPrimaryKey(String primaryKey)

Set the Operations Management Suite (OMS) workspace key.

ClusterMonitoringRequest withWorkspaceId(String workspaceId)

Set the Operations Management Suite (OMS) workspace ID.

java.lang.String workspaceId()

Get the Operations Management Suite (OMS) workspace ID.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ClusterMonitoringRequest

public ClusterMonitoringRequest()

Method Details

primaryKey

public String primaryKey()

Get the Operations Management Suite (OMS) workspace key.

Returns:

the primaryKey value

withPrimaryKey

public ClusterMonitoringRequest withPrimaryKey(String primaryKey)

Set the Operations Management Suite (OMS) workspace key.

Parameters:

primaryKey - the primaryKey value to set

Returns:

the ClusterMonitoringRequest object itself.

withWorkspaceId

public ClusterMonitoringRequest withWorkspaceId(String workspaceId)

Set the Operations Management Suite (OMS) workspace ID.

Parameters:

workspaceId - the workspaceId value to set

Returns:

the ClusterMonitoringRequest object itself.

workspaceId

public String workspaceId()

Get the Operations Management Suite (OMS) workspace ID.

Returns:

the workspaceId value

Applies to