ExportConfigurationsDeleteMethodResponse type
Contains response data for the deleteMethod operation.
type ExportConfigurationsDeleteMethodResponse =
ApplicationInsightsComponentExportConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration
}
}