IActivityLogAlertsOperations Interface

Definition

ActivityLogAlertsOperations operations.

public interface IActivityLogAlertsOperations
type IActivityLogAlertsOperations = interface
Public Interface IActivityLogAlertsOperations

Methods

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

Create a new Activity Log Alert rule or update an existing one.

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

Delete an Activity Log Alert rule.

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

Get an Activity Log Alert rule.

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

Get a list of all Activity Log Alert rules in a resource group.

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

Get a list of all Activity Log Alert rules in a resource group.

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

Get a list of all Activity Log Alert rules in a subscription.

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

Get a list of all Activity Log Alert rules in a subscription.

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

Updates 'tags' and 'enabled' fields in an existing Alert rule. This method is used to update the Alert rule tags, and to enable or disable the Alert rule. To update other fields use CreateOrUpdate operation.

Extension Methods

CreateOrUpdate(IActivityLogAlertsOperations, String, String, ActivityLogAlertResource)

Create a new Activity Log Alert rule or update an existing one.

CreateOrUpdateAsync(IActivityLogAlertsOperations, String, String, ActivityLogAlertResource, CancellationToken)

Create a new Activity Log Alert rule or update an existing one.

Delete(IActivityLogAlertsOperations, String, String)

Delete an Activity Log Alert rule.

DeleteAsync(IActivityLogAlertsOperations, String, String, CancellationToken)

Delete an Activity Log Alert rule.

Get(IActivityLogAlertsOperations, String, String)

Get an Activity Log Alert rule.

GetAsync(IActivityLogAlertsOperations, String, String, CancellationToken)

Get an Activity Log Alert rule.

ListByResourceGroup(IActivityLogAlertsOperations, String)

Get a list of all Activity Log Alert rules in a resource group.

ListByResourceGroupAsync(IActivityLogAlertsOperations, String, CancellationToken)

Get a list of all Activity Log Alert rules in a resource group.

ListByResourceGroupNext(IActivityLogAlertsOperations, String)

Get a list of all Activity Log Alert rules in a resource group.

ListByResourceGroupNextAsync(IActivityLogAlertsOperations, String, CancellationToken)

Get a list of all Activity Log Alert rules in a resource group.

ListBySubscriptionId(IActivityLogAlertsOperations)

Get a list of all Activity Log Alert rules in a subscription.

ListBySubscriptionIdAsync(IActivityLogAlertsOperations, CancellationToken)

Get a list of all Activity Log Alert rules in a subscription.

ListBySubscriptionIdNext(IActivityLogAlertsOperations, String)

Get a list of all Activity Log Alert rules in a subscription.

ListBySubscriptionIdNextAsync(IActivityLogAlertsOperations, String, CancellationToken)

Get a list of all Activity Log Alert rules in a subscription.

Update(IActivityLogAlertsOperations, String, String, AlertRulePatchObject)

Updates 'tags' and 'enabled' fields in an existing Alert rule. This method is used to update the Alert rule tags, and to enable or disable the Alert rule. To update other fields use CreateOrUpdate operation.

UpdateAsync(IActivityLogAlertsOperations, String, String, AlertRulePatchObject, CancellationToken)

Updates 'tags' and 'enabled' fields in an existing Alert rule. This method is used to update the Alert rule tags, and to enable or disable the Alert rule. To update other fields use CreateOrUpdate operation.

Applies to