Поделиться через


ExamplesDeleteMethodResponse type

Содержит данные ответа для операции deleteMethod.

type ExamplesDeleteMethodResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}