ExportConfigurationsDeleteMethodResponse type
Obsahuje data odpovědi na operaci deleteMethod.
type ExportConfigurationsDeleteMethodResponse =
ApplicationInsightsComponentExportConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration
}
}