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