IRulesOperations Interface

Definição

Operações rulesOperations.

public interface IRulesOperations
type IRulesOperations = interface
Public Interface IRulesOperations

Métodos

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

Cria uma nova regra de entrega dentro do conjunto de regras especificado.

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

Exclui uma regra de entrega existente em um conjunto de regras.

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

Atualizações uma regra de entrega existente dentro de um conjunto de regras.

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

Cria uma nova regra de entrega dentro do conjunto de regras especificado.

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

Exclui uma regra de entrega existente em um conjunto de regras.

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

Obtém uma regra de entrega existente em um conjunto de regras.

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

Lista todas as regras de entrega existentes em um conjunto de regras.

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

Lista todas as regras de entrega existentes em um conjunto de regras.

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

Atualizações uma regra de entrega existente dentro de um conjunto de regras.

Métodos de Extensão

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

Cria uma nova regra de entrega dentro do conjunto de regras especificado.

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

Cria uma nova regra de entrega dentro do conjunto de regras especificado.

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

Exclui uma regra de entrega existente em um conjunto de regras.

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

Exclui uma regra de entrega existente em um conjunto de regras.

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

Atualizações uma regra de entrega existente dentro de um conjunto de regras.

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

Atualizações uma regra de entrega existente dentro de um conjunto de regras.

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

Cria uma nova regra de entrega dentro do conjunto de regras especificado.

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

Cria uma nova regra de entrega dentro do conjunto de regras especificado.

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

Exclui uma regra de entrega existente em um conjunto de regras.

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

Exclui uma regra de entrega existente em um conjunto de regras.

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

Obtém uma regra de entrega existente em um conjunto de regras.

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

Obtém uma regra de entrega existente em um conjunto de regras.

ListByRuleSet(IRulesOperations, String, String, String)

Lista todas as regras de entrega existentes em um conjunto de regras.

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

Lista todas as regras de entrega existentes em um conjunto de regras.

ListByRuleSetNext(IRulesOperations, String)

Lista todas as regras de entrega existentes em um conjunto de regras.

ListByRuleSetNextAsync(IRulesOperations, String, CancellationToken)

Lista todas as regras de entrega existentes em um conjunto de regras.

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

Atualizações uma regra de entrega existente dentro de um conjunto de regras.

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

Atualizações uma regra de entrega existente dentro de um conjunto de regras.

Aplica-se a