SparkBatchCreateResponse type

包含建立作業的響應數據。

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