Condividi tramite


SparkSessionGetResponse type

Contiene i dati di risposta per l'operazione get.

type SparkSessionGetResponse = ExtendedLivySessionResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ExtendedLivySessionResponse
  }
}