IRulesOperations Interface

Definition

RulesOperations operations.

public interface IRulesOperations
type IRulesOperations = interface
Public Interface IRulesOperations

Methods

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

Creates a new delivery rule within the specified rule set.

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

Deletes an existing delivery rule within a rule set.

BeginUpdateWithHttpMessagesAsync(String, String, String, String, RuleUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Updates an existing delivery rule within a rule set.

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

Creates a new delivery rule within the specified rule set.

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

Deletes an existing delivery rule within a rule set.

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

Gets an existing delivery rule within a rule set.

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

Lists all of the existing delivery rules within a rule set.

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

Lists all of the existing delivery rules within a rule set.

UpdateWithHttpMessagesAsync(String, String, String, String, RuleUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Updates an existing delivery rule within a rule set.

Extension Methods

BeginCreate(IRulesOperations, String, String, String, String, Rule)

Creates a new delivery rule within the specified rule set.

BeginCreateAsync(IRulesOperations, String, String, String, String, Rule, CancellationToken)

Creates a new delivery rule within the specified rule set.

BeginDelete(IRulesOperations, String, String, String, String)

Deletes an existing delivery rule within a rule set.

BeginDeleteAsync(IRulesOperations, String, String, String, String, CancellationToken)

Deletes an existing delivery rule within a rule set.

BeginUpdate(IRulesOperations, String, String, String, String, RuleUpdateParameters)

Updates an existing delivery rule within a rule set.

BeginUpdateAsync(IRulesOperations, String, String, String, String, RuleUpdateParameters, CancellationToken)

Updates an existing delivery rule within a rule set.

Create(IRulesOperations, String, String, String, String, Rule)

Creates a new delivery rule within the specified rule set.

CreateAsync(IRulesOperations, String, String, String, String, Rule, CancellationToken)

Creates a new delivery rule within the specified rule set.

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

Deletes an existing delivery rule within a rule set.

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

Deletes an existing delivery rule within a rule set.

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

Gets an existing delivery rule within a rule set.

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

Gets an existing delivery rule within a rule set.

ListByRuleSet(IRulesOperations, String, String, String)

Lists all of the existing delivery rules within a rule set.

ListByRuleSetAsync(IRulesOperations, String, String, String, CancellationToken)

Lists all of the existing delivery rules within a rule set.

ListByRuleSetNext(IRulesOperations, String)

Lists all of the existing delivery rules within a rule set.

ListByRuleSetNextAsync(IRulesOperations, String, CancellationToken)

Lists all of the existing delivery rules within a rule set.

Update(IRulesOperations, String, String, String, String, RuleUpdateParameters)

Updates an existing delivery rule within a rule set.

UpdateAsync(IRulesOperations, String, String, String, String, RuleUpdateParameters, CancellationToken)

Updates an existing delivery rule within a rule set.

Applies to