SparkBatchCreateResponse type

Oluşturma işlemi için yanıt verilerini içerir.

type SparkBatchCreateResponse = ExtendedLivyBatchResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ExtendedLivyBatchResponse
  }
}