IActivityLogAlertsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ActivityLogAlertsOperations operations.
public interface IActivityLogAlertsOperations
type IActivityLogAlertsOperations = interface
Public Interface IActivityLogAlertsOperations
Methods
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. |