MonitoringGetApplicationDetailsResponse type
Contains response data for the getApplicationDetails operation.
type MonitoringGetApplicationDetailsResponse = SparkJobListViewResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SparkJobListViewResponse
}
}