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


ExportConfigurationsCreateResponse type

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

type ExportConfigurationsCreateResponse =
  ApplicationInsightsComponentExportConfiguration[] & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ApplicationInsightsComponentExportConfiguration[]
    }
  }