Sdílet prostřednictvím


IProactiveDetectionConfigurationsOperations Interface

Definition

ProactiveDetectionConfigurationsOperations operations.

public interface IProactiveDetectionConfigurationsOperations
type IProactiveDetectionConfigurationsOperations = interface
Public Interface IProactiveDetectionConfigurationsOperations

Methods

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get the ProactiveDetection configuration for this configuration id.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

UpdateWithHttpMessagesAsync(String, String, String, ApplicationInsightsComponentProactiveDetectionConfiguration, Dictionary<String,List<String>>, CancellationToken)

Update the ProactiveDetection configuration for this configuration id.

Extension 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