MonitoringGetApplicationDetailsResponse type

包含 getApplicationDetails 作業的響應數據。

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