SparkSessionCreateResponse type
Contiene i dati di risposta per l'operazione di creazione.
type SparkSessionCreateResponse = ExtendedLivySessionResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedLivySessionResponse
}
}