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
CreateOrUpdateWithHttpMessagesAsync(String, String, ActivityLogAlertResource, Dictionary<String,List<String>>, CancellationToken) |
Create a new activity log alert or update an existing one. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Delete an activity log alert. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Get an activity log alert. |
ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get a list of all activity log alerts in a resource group. |
ListBySubscriptionIdWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
Get a list of all activity log alerts in a subscription. |
UpdateWithHttpMessagesAsync(String, String, ActivityLogAlertPatchBody, Dictionary<String,List<String>>, CancellationToken) |
Updates an existing ActivityLogAlertResource's tags. To update other fields use the CreateOrUpdate method. |