MonitoringClient Class

  • java.lang.Object
    • com.azure.analytics.synapse.monitoring.MonitoringClient

public final class MonitoringClient

Initializes a new instance of the synchronous MonitoringClient type.

Method Summary

Modifier and Type Method and Description
SparkJobListViewResponse getSparkJobList()

Get list of spark applications for the workspace.

SparkJobListViewResponse getSparkJobList(String xMsClientRequestId)

Get list of spark applications for the workspace.

Response<SparkJobListViewResponse> getSparkJobListWithResponse(String xMsClientRequestId, Context context)

Get list of spark applications for the workspace.

SqlQueryStringDataModel getSqlJobQueryString()

Get SQL OD/DW Query for the workspace.

SqlQueryStringDataModel getSqlJobQueryString(String xMsClientRequestId, String filter, String orderby, String skip)

Get SQL OD/DW Query for the workspace.

Response<SqlQueryStringDataModel> getSqlJobQueryStringWithResponse(String xMsClientRequestId, String filter, String orderby, String skip, Context context)

Get SQL OD/DW Query for the workspace.

Methods inherited from java.lang.Object

Method Details

getSparkJobList

public SparkJobListViewResponse getSparkJobList()

Get list of spark applications for the workspace.

Returns:

list of spark applications for the workspace.

getSparkJobList

public SparkJobListViewResponse getSparkJobList(String xMsClientRequestId)

Get list of spark applications for the workspace.

Parameters:

xMsClientRequestId - Can provide a guid, which is helpful for debugging and to provide better customer support.

Returns:

list of spark applications for the workspace.

getSparkJobListWithResponse

public Response getSparkJobListWithResponse(String xMsClientRequestId, Context context)

Get list of spark applications for the workspace.

Parameters:

xMsClientRequestId - Can provide a guid, which is helpful for debugging and to provide better customer support.
context - The context to associate with this operation.

Returns:

list of spark applications for the workspace.

getSqlJobQueryString

public SqlQueryStringDataModel getSqlJobQueryString()

Get SQL OD/DW Query for the workspace.

Returns:

sQL OD/DW Query for the workspace.

getSqlJobQueryString

public SqlQueryStringDataModel getSqlJobQueryString(String xMsClientRequestId, String filter, String orderby, String skip)

Get SQL OD/DW Query for the workspace.

Parameters:

xMsClientRequestId - Can provide a guid, which is helpful for debugging and to provide better customer support.
filter - The filter parameter.
orderby - The orderby parameter.
skip - The skip parameter.

Returns:

sQL OD/DW Query for the workspace.

getSqlJobQueryStringWithResponse

public Response getSqlJobQueryStringWithResponse(String xMsClientRequestId, String filter, String orderby, String skip, Context context)

Get SQL OD/DW Query for the workspace.

Parameters:

xMsClientRequestId - Can provide a guid, which is helpful for debugging and to provide better customer support.
filter - The filter parameter.
orderby - The orderby parameter.
skip - The skip parameter.
context - The context to associate with this operation.

Returns:

sQL OD/DW Query for the workspace.

Applies to