Share via


SparkSessionDeleteStatementResponse type

Contains response data for the deleteStatement operation.

type SparkSessionDeleteStatementResponse = LivyStatementCancellationResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: LivyStatementCancellationResponse
  }
}