Bagikan melalui


SparkSessionListResponse type

Berisi data respons untuk operasi daftar.

type SparkSessionListResponse = ExtendedLivyListSessionResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ExtendedLivyListSessionResponse
  }
}