ProactiveDetectionConfigurationsOperationsExtensions Class

Definition

Extension methods for ProactiveDetectionConfigurationsOperations.

public static class ProactiveDetectionConfigurationsOperationsExtensions
type ProactiveDetectionConfigurationsOperationsExtensions = class
Public Module ProactiveDetectionConfigurationsOperationsExtensions
Inheritance
ProactiveDetectionConfigurationsOperationsExtensions

Methods

Get(IProactiveDetectionConfigurationsOperations, String, String, String)

Get the ProactiveDetection configuration for this configuration id.

GetAsync(IProactiveDetectionConfigurationsOperations, String, String, String, CancellationToken)

Get the ProactiveDetection configuration for this configuration id.

List(IProactiveDetectionConfigurationsOperations, String, String)

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

ListAsync(IProactiveDetectionConfigurationsOperations, String, String, CancellationToken)

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

Update(IProactiveDetectionConfigurationsOperations, String, String, String, ApplicationInsightsComponentProactiveDetectionConfiguration)

Update the ProactiveDetection configuration for this configuration id.

UpdateAsync(IProactiveDetectionConfigurationsOperations, String, String, String, ApplicationInsightsComponentProactiveDetectionConfiguration, CancellationToken)

Update the ProactiveDetection configuration for this configuration id.

Applies to