SparkSessionListResponse type
Enthält Antwortdaten für den Listenvorgang.
type SparkSessionListResponse = ExtendedLivyListSessionResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedLivyListSessionResponse
}
}