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


ExportConfigurationsGetResponse type

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

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