Freigeben über


ExportConfigurationsUpdateResponse type

Enthält Antwortdaten für den Aktualisierungsvorgang.

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