你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IProactiveDetectionConfigurationsOperations 接口

定义

ProactiveDetectionConfigurationsOperations 操作。

public interface IProactiveDetectionConfigurationsOperations
type IProactiveDetectionConfigurationsOperations = interface
Public Interface IProactiveDetectionConfigurationsOperations

方法

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

获取此配置 ID 的 ProactiveDetection 配置。

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

获取 Application Insights 组件的 ProactiveDetection 配置列表。

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

更新此配置 ID 的 ProactiveDetection 配置。

扩展方法

Get(IProactiveDetectionConfigurationsOperations, String, String, String)

获取此配置 ID 的 ProactiveDetection 配置。

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

获取此配置 ID 的 ProactiveDetection 配置。

List(IProactiveDetectionConfigurationsOperations, String, String)

获取 Application Insights 组件的 ProactiveDetection 配置列表。

ListAsync(IProactiveDetectionConfigurationsOperations, String, String, CancellationToken)

获取 Application Insights 组件的 ProactiveDetection 配置列表。

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

更新此配置 ID 的 ProactiveDetection 配置。

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

更新此配置 ID 的 ProactiveDetection 配置。

适用于