Share via


SparkSessionCreateResponse type

Contains response data for the create operation.

type SparkSessionCreateResponse = ExtendedLivySessionResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ExtendedLivySessionResponse
  }
}