Share via


SparkSessionGetResponse type

Contains response data for the get operation.

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