Freigeben über


ProactiveDetectionConfigurations interface

Schnittstelle, die eine ProactiveDetectionConfigurations darstellt.

Methoden

get(string, string, string, ProactiveDetectionConfigurationsGetOptionalParams)

Rufen Sie die ProactiveDetection-Konfiguration für diese Konfigurations-ID ab.

list(string, string, ProactiveDetectionConfigurationsListOptionalParams)

Ruft eine Liste der proaktivenDetection-Konfigurationen einer Application Insights-Komponente ab.

update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, ProactiveDetectionConfigurationsUpdateOptionalParams)

Aktualisieren Sie die ProactiveDetection-Konfiguration für diese Konfigurations-ID.

Details zur Methode

get(string, string, string, ProactiveDetectionConfigurationsGetOptionalParams)

Rufen Sie die ProactiveDetection-Konfiguration für diese Konfigurations-ID ab.

function get(resourceGroupName: string, resourceName: string, configurationId: string, options?: ProactiveDetectionConfigurationsGetOptionalParams): Promise<ApplicationInsightsComponentProactiveDetectionConfiguration>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName

string

Der Name der Application Insights-Komponentenressource.

configurationId

string

Die ProactiveDetection-Konfigurations-ID. Dies ist innerhalb einer Application Insights-Komponente einzigartig.

Gibt zurück

list(string, string, ProactiveDetectionConfigurationsListOptionalParams)

Ruft eine Liste der proaktivenDetection-Konfigurationen einer Application Insights-Komponente ab.

function list(resourceGroupName: string, resourceName: string, options?: ProactiveDetectionConfigurationsListOptionalParams): Promise<ProactiveDetectionConfigurationsListResponse>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName

string

Der Name der Application Insights-Komponentenressource.

Gibt zurück

update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, ProactiveDetectionConfigurationsUpdateOptionalParams)

Aktualisieren Sie die ProactiveDetection-Konfiguration für diese Konfigurations-ID.

function update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, options?: ProactiveDetectionConfigurationsUpdateOptionalParams): Promise<ApplicationInsightsComponentProactiveDetectionConfiguration>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName

string

Der Name der Application Insights-Komponentenressource.

configurationId

string

Die ProactiveDetection-Konfigurations-ID. Dies ist innerhalb einer Application Insights-Komponente einzigartig.

proactiveDetectionProperties
ApplicationInsightsComponentProactiveDetectionConfiguration

Eigenschaften, die angegeben werden müssen, um die ProactiveDetection-Konfiguration zu aktualisieren.

Gibt zurück