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


ExportConfigurationsUpdateResponse type

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

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