ProactiveDetectionConfigurationsUpdateResponse type
Contains response data for the update operation.
type ProactiveDetectionConfigurationsUpdateResponse =
ApplicationInsightsComponentProactiveDetectionConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentProactiveDetectionConfiguration
}
}