SparkBatchCreateResponse type
Enthält Antwortdaten für den Erstellungsvorgang.
type SparkBatchCreateResponse = ExtendedLivyBatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedLivyBatchResponse
}
}