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.
In this article
public static class AlertRulesOperationsExtensions
type AlertRulesOperationsExtensions = class
Public Module AlertRulesOperationsExtensions
Inheritance
AlertRulesOperationsExtensions
Methods
CreateOrUpdate(IAlertRulesOperations, String, String, AlertRuleResource)
CreateOrUpdateAsync(IAlertRulesOperations, String, String, AlertRuleResource, CancellationToken)
Delete(IAlertRulesOperations, String, String)
DeleteAsync(IAlertRulesOperations, String, String, CancellationToken)
Get(IAlertRulesOperations, String, String)
GetAsync(IAlertRulesOperations, String, String, CancellationToken)
ListByResourceGroup(IAlertRulesOperations, String)
ListByResourceGroupAsync(IAlertRulesOperations, String, CancellationToken)
ListBySubscription(IAlertRulesOperations)
ListBySubscriptionAsync(IAlertRulesOperations, CancellationToken)
Update(IAlertRulesOperations, String, String, AlertRuleResourcePatch)
UpdateAsync(IAlertRulesOperations, String, String, AlertRuleResourcePatch, CancellationToken)
Applies to