SparkBatchCreateResponse type

Contient des données de réponse pour l’opération de création.

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