Share via


RulesOperationsExtensions Class

Definition

Extension methods for RulesOperations.

public static class RulesOperationsExtensions
type RulesOperationsExtensions = class
Public Module RulesOperationsExtensions
Inheritance
RulesOperationsExtensions

Methods

CreateOrUpdate(IRulesOperations, String, String, String, String, String, Rule)

Creates a new rule and updates an existing rule

CreateOrUpdateAsync(IRulesOperations, String, String, String, String, String, Rule, CancellationToken)

Creates a new rule and updates an existing rule

Delete(IRulesOperations, String, String, String, String, String)

Deletes an existing rule.

DeleteAsync(IRulesOperations, String, String, String, String, String, CancellationToken)

Deletes an existing rule.

Get(IRulesOperations, String, String, String, String, String)

Retrieves the description for the specified rule.

GetAsync(IRulesOperations, String, String, String, String, String, CancellationToken)

Retrieves the description for the specified rule.

ListBySubscriptions(IRulesOperations, String, String, String, String, Nullable<Int32>, Nullable<Int32>)

List all the rules within given topic-subscription

ListBySubscriptionsAsync(IRulesOperations, String, String, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

List all the rules within given topic-subscription

ListBySubscriptionsNext(IRulesOperations, String)

List all the rules within given topic-subscription

ListBySubscriptionsNextAsync(IRulesOperations, String, CancellationToken)

List all the rules within given topic-subscription

Applies to