Delen via


ProactiveDetectionConfigurations interface

Interface die een ProactieveDetectionConfigurations vertegenwoordigt.

Methoden

get(string, string, string, ProactiveDetectionConfigurationsGetOptionalParams)

Haal de proactieve configuratie voor deze configuratie-id op.

list(string, string, ProactiveDetectionConfigurationsListOptionalParams)

Hiermee haalt u een lijst op met proactieve configuraties van een Application Insights-onderdeel.

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

Werk de proactieve configuratie voor deze configuratie-id bij.

Methodedetails

get(string, string, string, ProactiveDetectionConfigurationsGetOptionalParams)

Haal de proactieve configuratie voor deze configuratie-id op.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceName

string

De naam van de Application Insights-onderdeelresource.

configurationId

string

De configuratie-id van ProactiveDetection. Dit is uniek binnen een Application Insights-onderdeel.

Retouren

list(string, string, ProactiveDetectionConfigurationsListOptionalParams)

Hiermee haalt u een lijst op met proactieve configuraties van een Application Insights-onderdeel.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceName

string

De naam van de Application Insights-onderdeelresource.

Retouren

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

Werk de proactieve configuratie voor deze configuratie-id bij.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceName

string

De naam van de Application Insights-onderdeelresource.

configurationId

string

De configuratie-id van ProactiveDetection. Dit is uniek binnen een Application Insights-onderdeel.

proactiveDetectionProperties
ApplicationInsightsComponentProactiveDetectionConfiguration

Eigenschappen die moeten worden opgegeven om de ProactieveDetection-configuratie bij te werken.

Retouren