IAlertRulesOperations 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.
AlertRulesOperations operations.
public interface IAlertRulesOperations
type IAlertRulesOperations = interface
Public Interface IAlertRulesOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, AlertRuleResource, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates a classic metric alert rule. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes a classic metric alert rule |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a classic metric alert rule |
ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List the classic metric alert rules within a resource group. |
ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
List the classic metric alert rules within a subscription. |
UpdateWithHttpMessagesAsync(String, String, AlertRuleResourcePatch, Dictionary<String,List<String>>, CancellationToken) |
Updates an existing classic metric AlertRuleResource. To update other fields use the CreateOrUpdate method. |