RulesOperationsExtensions Class

Definition

Extension methods for RulesOperations.

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

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