Share via


SparkBatchCreateResponse type

Contains response data for the create operation.

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