SparkSessionListResponse type
Liste işlemi için yanıt verilerini içerir.
type SparkSessionListResponse = ExtendedLivyListSessionResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedLivyListSessionResponse
}
}