IRuleOperations 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.
Operations for managing the alert rules.
public interface IRuleOperations
type IRuleOperations = interface
Public Interface IRuleOperations
Methods
CreateOrUpdateAsync(RuleCreateOrUpdateParameters, CancellationToken) | |
DeleteAsync(String, CancellationToken) | |
GetAsync(String, CancellationToken) | |
ListAsync(CancellationToken) |
List the alert rules within a subscription. |
Extension Methods
CreateOrUpdate(IRuleOperations, RuleCreateOrUpdateParameters) | |
CreateOrUpdateAsync(IRuleOperations, RuleCreateOrUpdateParameters) | |
Delete(IRuleOperations, String) | |
DeleteAsync(IRuleOperations, String) | |
Get(IRuleOperations, String) | |
GetAsync(IRuleOperations, String) | |
List(IRuleOperations) |
List the alert rules within a subscription. |
ListAsync(IRuleOperations) |
List the alert rules within a subscription. |