SparkBatchGetResponse type
Alma işlemi için yanıt verilerini içerir.
type SparkBatchGetResponse = ExtendedLivyBatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedLivyBatchResponse
}
}