ExportConfigurationsDeleteMethodResponse type
Contém dados de resposta para a operação deleteMethod.
type ExportConfigurationsDeleteMethodResponse =
ApplicationInsightsComponentExportConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration
}
}