ProactiveDetectionConfigurationsOperations interface
Interface die een ProactiveDetectionConfigurations-operaties vertegenwoordigt.
Eigenschappen
| get | Download de ProactiveDetection-configuratie voor deze configuratie-id. |
| list | Krijgt een lijst van ProactiveDetection-configuraties van een Application Insights-component. |
| update | Werk de ProactiveDetection-configuratie bij voor deze configuratie-id. |
Eigenschapdetails
get
Download de ProactiveDetection-configuratie voor deze configuratie-id.
get: (resourceGroupName: string, resourceName: string, configurationId: string, options?: ProactiveDetectionConfigurationsGetOptionalParams) => Promise<ApplicationInsightsComponentProactiveDetectionConfiguration>
Waarde van eigenschap
(resourceGroupName: string, resourceName: string, configurationId: string, options?: ProactiveDetectionConfigurationsGetOptionalParams) => Promise<ApplicationInsightsComponentProactiveDetectionConfiguration>
list
Krijgt een lijst van ProactiveDetection-configuraties van een Application Insights-component.
list: (resourceGroupName: string, resourceName: string, options?: ProactiveDetectionConfigurationsListOptionalParams) => Promise<ApplicationInsightsComponentProactiveDetectionConfiguration[]>
Waarde van eigenschap
(resourceGroupName: string, resourceName: string, options?: ProactiveDetectionConfigurationsListOptionalParams) => Promise<ApplicationInsightsComponentProactiveDetectionConfiguration[]>
update
Werk de ProactiveDetection-configuratie bij voor deze configuratie-id.
update: (resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, options?: ProactiveDetectionConfigurationsUpdateOptionalParams) => Promise<ApplicationInsightsComponentProactiveDetectionConfiguration>
Waarde van eigenschap
(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, options?: ProactiveDetectionConfigurationsUpdateOptionalParams) => Promise<ApplicationInsightsComponentProactiveDetectionConfiguration>