ProactiveDetectionConfigurationsListResponse type
Innehåller svarsdata för liståtgärden.
type ProactiveDetectionConfigurationsListResponse =
ApplicationInsightsComponentProactiveDetectionConfiguration[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentProactiveDetectionConfiguration[]
}
}