MonitoringGetApplicationDetailsResponse type

Contiene datos de respuesta para la operación getApplicationDetails.

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