ActivityLogAlertsOperationsExtensions Class

Definition

Extension methods for ActivityLogAlertsOperations.

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

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