Share via


MonitoringGetSparkJobListResponse type

Contains response data for the getSparkJobList operation.

type MonitoringGetSparkJobListResponse = SparkJobListViewResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SparkJobListViewResponse
  }
}