SparkBatchListResponse type

Liste işlemi için yanıt verilerini içerir.

type SparkBatchListResponse = ExtendedLivyListBatchResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ExtendedLivyListBatchResponse
  }
}