Delen via


ExportConfigurationsDeleteMethodResponse type

Bevat antwoordgegevens voor de deleteMethod-bewerking.

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