Bagikan melalui


SparkSessionCreateResponse type

Berisi data respons untuk operasi pembuatan.

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