Share via


SparkSessionListResponse type

Contains response data for the list operation.

type SparkSessionListResponse = ExtendedLivyListSessionResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ExtendedLivyListSessionResponse
  }
}