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

IComponentsOperations 接口

定义

ComponentsOperations 操作。

public interface IComponentsOperations
type IComponentsOperations = interface
Public Interface IComponentsOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, ApplicationInsightsComponent, Dictionary<String,List<String>>, CancellationToken)

) Application Insights 组件创建 (或更新。 注意:不能在 Put 操作中为 InstrumentationKey 和 AppId 指定其他值。

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

删除 Application Insights 组件。

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

获取正在进行的清除操作的状态。

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

返回 Application Insights 组件。

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

获取资源组中 Application Insights 组件的列表。

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

获取资源组中 Application Insights 组件的列表。

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

获取订阅中所有 Application Insights 组件的列表。

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

获取订阅中所有 Application Insights 组件的列表。

PurgeWithHttpMessagesAsync(String, String, ComponentPurgeBody, Dictionary<String,List<String>>, CancellationToken)

通过一组用户定义的筛选器清除 Application Insights 组件中的数据。

若要管理系统资源,清除请求被限制为每小时 50 个请求。 应该通过发送一条命令并在其谓词中包含所有需要清除的用户标识,批量执行清除请求。 使用 in 运算符来指定多个标识。 在对清除请求使用 之前,应先运行查询,以验证结果是否预期。

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

汇报现有组件的标记。 若要更新其他字段,请使用 CreateOrUpdate 方法。

扩展方法

CreateOrUpdate(IComponentsOperations, String, String, ApplicationInsightsComponent)

) Application Insights 组件创建 (或更新。 注意:不能在 Put 操作中为 InstrumentationKey 和 AppId 指定其他值。

CreateOrUpdateAsync(IComponentsOperations, String, String, ApplicationInsightsComponent, CancellationToken)

) Application Insights 组件创建 (或更新。 注意:不能在 Put 操作中为 InstrumentationKey 和 AppId 指定其他值。

Delete(IComponentsOperations, String, String)

删除 Application Insights 组件。

DeleteAsync(IComponentsOperations, String, String, CancellationToken)

删除 Application Insights 组件。

Get(IComponentsOperations, String, String)

返回 Application Insights 组件。

GetAsync(IComponentsOperations, String, String, CancellationToken)

返回 Application Insights 组件。

GetPurgeStatus(IComponentsOperations, String, String, String)

获取正在进行的清除操作的状态。

GetPurgeStatusAsync(IComponentsOperations, String, String, String, CancellationToken)

获取正在进行的清除操作的状态。

List(IComponentsOperations)

获取订阅中所有 Application Insights 组件的列表。

ListAsync(IComponentsOperations, CancellationToken)

获取订阅中所有 Application Insights 组件的列表。

ListByResourceGroup(IComponentsOperations, String)

获取资源组中 Application Insights 组件的列表。

ListByResourceGroupAsync(IComponentsOperations, String, CancellationToken)

获取资源组中 Application Insights 组件的列表。

ListByResourceGroupNext(IComponentsOperations, String)

获取资源组中 Application Insights 组件的列表。

ListByResourceGroupNextAsync(IComponentsOperations, String, CancellationToken)

获取资源组中 Application Insights 组件的列表。

ListNext(IComponentsOperations, String)

获取订阅中所有 Application Insights 组件的列表。

ListNextAsync(IComponentsOperations, String, CancellationToken)

获取订阅中所有 Application Insights 组件的列表。

Purge(IComponentsOperations, String, String, ComponentPurgeBody)

通过一组用户定义的筛选器清除 Application Insights 组件中的数据。

若要管理系统资源,清除请求被限制为每小时 50 个请求。 应该通过发送一条命令并在其谓词中包含所有需要清除的用户标识,批量执行清除请求。 使用 in 运算符来指定多个标识。 在对清除请求使用 之前,应先运行查询,以验证结果是否预期。

PurgeAsync(IComponentsOperations, String, String, ComponentPurgeBody, CancellationToken)

通过一组用户定义的筛选器清除 Application Insights 组件中的数据。

若要管理系统资源,清除请求被限制为每小时 50 个请求。 应该通过发送一条命令并在其谓词中包含所有需要清除的用户标识,批量执行清除请求。 使用 in 运算符来指定多个标识。 在对清除请求使用 之前,应先运行查询,以验证结果是否预期。

UpdateTags(IComponentsOperations, String, String, IDictionary<String,String>)

汇报现有组件的标记。 若要更新其他字段,请使用 CreateOrUpdate 方法。

UpdateTagsAsync(IComponentsOperations, String, String, IDictionary<String,String>, CancellationToken)

汇报现有组件的标记。 若要更新其他字段,请使用 CreateOrUpdate 方法。

适用于