SparkBatchCreateResponse type
Innehåller svarsdata för skapandeåtgärden.
type SparkBatchCreateResponse = ExtendedLivyBatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedLivyBatchResponse
}
}