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


ExportConfigurationsDeleteMethodResponse type

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

type ExportConfigurationsDeleteMethodResponse =
  ApplicationInsightsComponentExportConfiguration & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ApplicationInsightsComponentExportConfiguration
    }
  }