SparkSessionCreateStatementResponse type

createStatement 操作の応答データを格納します。

type SparkSessionCreateStatementResponse = LivyStatementResponseBody & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: LivyStatementResponseBody
  }
}