SparkBatchGetResponse type
Contains response data for the get operation.
type SparkBatchGetResponse = ExtendedLivyBatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedLivyBatchResponse
}
}