SparkSessionGetResponse type
Enthält Antwortdaten für den Get-Vorgang.
type SparkSessionGetResponse = ExtendedLivySessionResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedLivySessionResponse
}
}