MonitoringGetApplicationDetailsResponse type
Berisi data respons untuk operasi getApplicationDetails.
type MonitoringGetApplicationDetailsResponse = SparkJobListViewResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SparkJobListViewResponse
}
}