AlertRulesOperationsExtensions Class
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.
Extension methods for AlertRulesOperations.
In this article
public static class AlertRulesOperationsExtensions
type AlertRulesOperationsExtensions = class
Public Module AlertRulesOperationsExtensions
Inheritance
System.Object
AlertRulesOperationsExtensions
Methods
CreateOrUpdate(IAlertRulesOperations, String, String, AlertRuleResource)
Creates or updates a classic metric alert rule.
CreateOrUpdateAsync(IAlertRulesOperations, String, String, AlertRuleResource, CancellationToken)
Creates or updates a classic metric alert rule.
Delete(IAlertRulesOperations, String, String)
Deletes a classic metric alert rule
DeleteAsync(IAlertRulesOperations, String, String, CancellationToken)
Deletes a classic metric alert rule
Get(IAlertRulesOperations, String, String)
Gets a classic metric alert rule
GetAsync(IAlertRulesOperations, String, String, CancellationToken)
Gets a classic metric alert rule
ListByResourceGroup(IAlertRulesOperations, String)
List the classic metric alert rules within a resource group.
ListByResourceGroupAsync(IAlertRulesOperations, String, CancellationToken)
List the classic metric alert rules within a resource group.
ListBySubscription(IAlertRulesOperations)
List the classic metric alert rules within a subscription.
ListBySubscriptionAsync(IAlertRulesOperations, CancellationToken)
List the classic metric alert rules within a subscription.
Update(IAlertRulesOperations, String, String, AlertRuleResourcePatch)
Updates an existing classic metric AlertRuleResource. To update other
fields use the CreateOrUpdate method.
UpdateAsync(IAlertRulesOperations, String, String, AlertRuleResourcePatch, CancellationToken)
Updates an existing classic metric AlertRuleResource. To update other
fields use the CreateOrUpdate method.
Applies to