Delen via


ExportConfigurationsGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

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