ExportConfigurationsDeleteMethodResponse type
Contiene i dati di risposta per l'operazione deleteMethod.
type ExportConfigurationsDeleteMethodResponse =
ApplicationInsightsComponentExportConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration
}
}