Compartir a través de


ExportConfigurationsCreateResponse type

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

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