共用方式為


ExportConfigurationsDeleteMethodResponse type

包含 deleteMethod 作業的回應資料。

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