ProactiveDetectionConfigurationsOperations interface

Interface representing a ProactiveDetectionConfigurations operations.

Properties

get

Get the ProactiveDetection configuration for this configuration id.

list

Gets a list of ProactiveDetection configurations of an Application Insights component.

update

Update the ProactiveDetection configuration for this configuration id.

Property Details

get

Get the ProactiveDetection configuration for this configuration id.

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

Property Value

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

list

Gets a list of ProactiveDetection configurations of an Application Insights component.

list: (resourceGroupName: string, resourceName: string, options?: ProactiveDetectionConfigurationsListOptionalParams) => Promise<ApplicationInsightsComponentProactiveDetectionConfiguration[]>

Property Value

(resourceGroupName: string, resourceName: string, options?: ProactiveDetectionConfigurationsListOptionalParams) => Promise<ApplicationInsightsComponentProactiveDetectionConfiguration[]>

update

Update the ProactiveDetection configuration for this configuration id.

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

Property Value

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