Bagikan melalui


SparkSessionGetResponse type

Berisi data respons untuk operasi get.

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