ProactiveDetectionConfigurationsGetResponse type
Contient des données de réponse pour l’opération get.
type ProactiveDetectionConfigurationsGetResponse =
ApplicationInsightsComponentProactiveDetectionConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentProactiveDetectionConfiguration
}
}