SparkBatchCreateResponse type
Contiene i dati di risposta per l'operazione di creazione.
type SparkBatchCreateResponse = ExtendedLivyBatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedLivyBatchResponse
}
}