Partager via


IRulesOperations Interface

Définition

Opérations RulesOperations.

public interface IRulesOperations
type IRulesOperations = interface
Public Interface IRulesOperations

Méthodes

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

Crée une règle et met à jour une règle existante

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

Supprime une règle existante.

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

Récupère la description de la règle spécifiée.

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

Répertorier toutes les règles au sein d’un abonnement à une rubrique donnée

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

Répertorier toutes les règles au sein d’un abonnement à une rubrique donnée

Méthodes d’extension

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

Crée une règle et met à jour une règle existante

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

Crée une règle et met à jour une règle existante

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

Supprime une règle existante.

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

Supprime une règle existante.

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

Récupère la description de la règle spécifiée.

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

Récupère la description de la règle spécifiée.

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

Répertorier toutes les règles au sein d’un abonnement à une rubrique donnée

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

Répertorier toutes les règles au sein d’un abonnement à une rubrique donnée

ListBySubscriptionsNext(IRulesOperations, String)

Répertorier toutes les règles au sein d’un abonnement à une rubrique donnée

ListBySubscriptionsNextAsync(IRulesOperations, String, CancellationToken)

Répertorier toutes les règles au sein d’un abonnement à une rubrique donnée

S’applique à