Bagikan melalui


MonitoringGetSparkJobListResponse type

Berisi data respons untuk operasi getSparkJobList.

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