SparkBatchCreateResponse type
Berisi data respons untuk operasi pembuatan.
type SparkBatchCreateResponse = ExtendedLivyBatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedLivyBatchResponse
}
}