Freigeben über


ExportConfigurationsDeleteMethodResponse type

Enthält Antwortdaten für den DeleteMethod-Vorgang.

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