SparkSessionCreateResponse type

Oluşturma işlemi için yanıt verilerini içerir.

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