Dela via


ProactiveDetectionConfigurations interface

Gränssnitt som representerar en ProactiveDetectionConfigurations.

Metoder

get(string, string, string, ProactiveDetectionConfigurationsGetOptionalParams)

Hämta ConfigurationDetection-konfigurationen för det här konfigurations-ID:t.

list(string, string, ProactiveDetectionConfigurationsListOptionalParams)

Hämtar en lista över ProactiveDetection-konfigurationer för en Application Insights-komponent.

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

Uppdatera ConfigurationDetection-konfigurationen för det här konfigurations-ID:t.

Metodinformation

get(string, string, string, ProactiveDetectionConfigurationsGetOptionalParams)

Hämta ConfigurationDetection-konfigurationen för det här konfigurations-ID:t.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

resourceName

string

Namnet på Application Insights-komponentresursen.

configurationId

string

Konfigurations-ID för ProactiveDetection. Detta är unikt i en Application Insights-komponent.

options
ProactiveDetectionConfigurationsGetOptionalParams

Alternativparametrarna.

Returer

list(string, string, ProactiveDetectionConfigurationsListOptionalParams)

Hämtar en lista över ProactiveDetection-konfigurationer för en Application Insights-komponent.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

resourceName

string

Namnet på Application Insights-komponentresursen.

options
ProactiveDetectionConfigurationsListOptionalParams

Alternativparametrarna.

Returer

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

Uppdatera ConfigurationDetection-konfigurationen för det här konfigurations-ID:t.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

resourceName

string

Namnet på Application Insights-komponentresursen.

configurationId

string

Konfigurations-ID för ProactiveDetection. Detta är unikt i en Application Insights-komponent.

proactiveDetectionProperties
ApplicationInsightsComponentProactiveDetectionConfiguration

Egenskaper som måste anges för att uppdatera ProaktivDetection-konfigurationen.

Returer