Freigeben über


ExportConfigurationsGetResponse type

Enthält Antwortdaten für den Get-Vorgang.

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