MonitoringGetSparkJobListResponse type
getSparkJobList 操作の応答データを格納します。
type MonitoringGetSparkJobListResponse = SparkJobListViewResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SparkJobListViewResponse
}
}