Sdílet prostřednictvím


ProactiveDetectionConfigurations class

Třída představující ProactiveDetectionConfigurations.

Konstruktory

ProactiveDetectionConfigurations(ApplicationInsightsManagementClientContext)

Vytvořte ProactiveDetectionConfigurations.

Metody

get(string, string, string, RequestOptionsBase)

Získejte konfiguraci ProactiveDetection pro toto ID konfigurace.

get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
get(string, string, string, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
list(string, string, RequestOptionsBase)

Získá seznam konfigurací ProactiveDetection komponenty Application Insights.

list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)
list(string, string, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)
update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, RequestOptionsBase)

Aktualizujte konfiguraci ProactiveDetection pro toto ID konfigurace.

update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)

Podrobnosti konstruktoru

ProactiveDetectionConfigurations(ApplicationInsightsManagementClientContext)

Vytvořte ProactiveDetectionConfigurations.

new ProactiveDetectionConfigurations(client: ApplicationInsightsManagementClientContext)

Parametry

client
ApplicationInsightsManagementClientContext

Odkaz na klienta služby

Podrobnosti metody

get(string, string, string, RequestOptionsBase)

Získejte konfiguraci ProactiveDetection pro toto ID konfigurace.

function get(resourceGroupName: string, resourceName: string, configurationId: string, options?: RequestOptionsBase): Promise<ProactiveDetectionConfigurationsGetResponse>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

configurationId

string

ID konfigurace ProactiveDetection. To je v rámci komponenty Application Insights jedinečné.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ProactiveDetectionConfigurationsGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)

function get(resourceGroupName: string, resourceName: string, configurationId: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

configurationId

string

ID konfigurace ProactiveDetection. To je v rámci komponenty Application Insights jedinečné.

options
RequestOptionsBase

Volitelné parametry

get(string, string, string, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)

function get(resourceGroupName: string, resourceName: string, configurationId: string, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

configurationId

string

ID konfigurace ProactiveDetection. To je v rámci komponenty Application Insights jedinečné.

list(string, string, RequestOptionsBase)

Získá seznam konfigurací ProactiveDetection komponenty Application Insights.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ProactiveDetectionConfigurationsListResponse>

list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)

function list(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

options
RequestOptionsBase

Volitelné parametry

list(string, string, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)

function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, RequestOptionsBase)

Aktualizujte konfiguraci ProactiveDetection pro toto ID konfigurace.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

configurationId

string

ID konfigurace ProactiveDetection. To je v rámci komponenty Application Insights jedinečné.

proactiveDetectionProperties
ApplicationInsightsComponentProactiveDetectionConfiguration

Vlastnosti, které je třeba zadat k aktualizaci konfigurace ProactiveDetection.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ProactiveDetectionConfigurationsUpdateResponse>

update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)

function update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

configurationId

string

ID konfigurace ProactiveDetection. To je v rámci komponenty Application Insights jedinečné.

proactiveDetectionProperties
ApplicationInsightsComponentProactiveDetectionConfiguration

Vlastnosti, které je třeba zadat k aktualizaci konfigurace ProactiveDetection.

options
RequestOptionsBase

Volitelné parametry

update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)

function update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

configurationId

string

ID konfigurace ProactiveDetection. To je v rámci komponenty Application Insights jedinečné.

proactiveDetectionProperties
ApplicationInsightsComponentProactiveDetectionConfiguration

Vlastnosti, které je třeba zadat k aktualizaci konfigurace ProactiveDetection.