Freigeben über


ExportConfigurationsListResponse type

Enthält Antwortdaten für den Listenvorgang.

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