SparkBatchListResponse type
Contém dados de resposta para a operação de lista.
type SparkBatchListResponse = ExtendedLivyListBatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedLivyListBatchResponse
}
}