Condividi tramite


ProactiveDetectionConfigurations class

Classe che rappresenta un oggetto ProactiveDetectionConfigurations.

Costruttori

ProactiveDetectionConfigurations(ApplicationInsightsManagementClientContext)

Creare un oggetto ProactiveDetectionConfigurations.

Metodi

get(string, string, string, RequestOptionsBase)

Ottenere la configurazione ProactiveDetection per questo ID di configurazione.

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

Ottiene un elenco di configurazioni ProactiveDetection di un componente di Application Insights.

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

Aggiornare la configurazione ProactiveDetection per questo ID di configurazione.

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

Dettagli costruttore

ProactiveDetectionConfigurations(ApplicationInsightsManagementClientContext)

Creare un oggetto ProactiveDetectionConfigurations.

new ProactiveDetectionConfigurations(client: ApplicationInsightsManagementClientContext)

Parametri

client
ApplicationInsightsManagementClientContext

Riferimento al client del servizio.

Dettagli metodo

get(string, string, string, RequestOptionsBase)

Ottenere la configurazione ProactiveDetection per questo ID di configurazione.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

configurationId

string

ID di configurazione ProactiveDetection. Questo è univoco all'interno di un componente di Application Insights.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.ProactiveDetectionConfigurationsGetResponse>

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

configurationId

string

ID di configurazione ProactiveDetection. Questo è univoco all'interno di un componente di Application Insights.

options
RequestOptionsBase

Parametri facoltativi

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

configurationId

string

ID di configurazione ProactiveDetection. Questo è univoco all'interno di un componente di Application Insights.

list(string, string, RequestOptionsBase)

Ottiene un elenco di configurazioni ProactiveDetection di un componente di Application Insights.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.ProactiveDetectionConfigurationsListResponse>

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

options
RequestOptionsBase

Parametri facoltativi

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

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

Aggiornare la configurazione ProactiveDetection per questo ID di configurazione.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

configurationId

string

ID di configurazione ProactiveDetection. Questo è univoco all'interno di un componente di Application Insights.

proactiveDetectionProperties
ApplicationInsightsComponentProactiveDetectionConfiguration

Proprietà che devono essere specificate per aggiornare la configurazione ProactiveDetection.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

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>)

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

configurationId

string

ID di configurazione ProactiveDetection. Questo è univoco all'interno di un componente di Application Insights.

proactiveDetectionProperties
ApplicationInsightsComponentProactiveDetectionConfiguration

Proprietà che devono essere specificate per aggiornare la configurazione ProactiveDetection.

options
RequestOptionsBase

Parametri facoltativi

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

configurationId

string

ID di configurazione ProactiveDetection. Questo è univoco all'interno di un componente di Application Insights.

proactiveDetectionProperties
ApplicationInsightsComponentProactiveDetectionConfiguration

Proprietà che devono essere specificate per aggiornare la configurazione ProactiveDetection.