IRulesOperations Interface

Definition

RulesOperations operations.

public interface IRulesOperations
type IRulesOperations = interface
Public Interface IRulesOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, String, Rule, Dictionary<String,List<String>>, CancellationToken)

Creates a new rule and updates an existing rule

DeleteWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing rule.

GetWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the description for the specified rule.

ListBySubscriptionsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List all the rules within given topic-subscription

ListBySubscriptionsWithHttpMessagesAsync(String, String, String, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String, List<String>>, CancellationToken)

List all the rules within given topic-subscription

Extension 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