Freigeben über


MonitoringGetApplicationDetailsResponse type

Enthält Antwortdaten für den getApplicationDetails-Vorgang.

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