Compartir a través de


ExportConfigurationsListResponse type

Contiene datos de respuesta para la operación de lista.

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