ProactiveDetectionConfigurationsGetResponse type
Enthält Antwortdaten für den Get-Vorgang.
type ProactiveDetectionConfigurationsGetResponse =
ApplicationInsightsComponentProactiveDetectionConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentProactiveDetectionConfiguration
}
}