Freigeben über


ExportConfigurationsCreateResponse type

Enthält Antwortdaten für den Erstellungsvorgang.

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