SparkSessionGetResponse type
Obsahuje data odpovědí pro operaci get.
type SparkSessionGetResponse = ExtendedLivySessionResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedLivySessionResponse
}
}