Partager via


IEventSubscriptionsOperations Interface

Définition

Opérations EventSubscriptionsOperations.

public interface IEventSubscriptionsOperations
type IEventSubscriptionsOperations = interface
Public Interface IEventSubscriptionsOperations

Méthodes

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, EventSubscription, Dictionary<String,List<String>>, CancellationToken)

Créez ou mettez à jour un abonnement aux événements.

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

Supprimer un abonnement à un événement.

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

Mettre à jour un abonnement aux événements.

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

Créez ou mettez à jour un abonnement aux événements.

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

Supprimer un abonnement à un événement.

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

Obtenir les attributs de remise d’un abonnement aux événements.

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

Obtenir l’URL complète d’un abonnement aux événements.

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

Obtenez un abonnement aux événements.

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

Répertorier tous les abonnements aux événements pour une rubrique de domaine spécifique.

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

Répertorier tous les abonnements aux événements pour une rubrique de domaine spécifique.

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

Répertorier tous les abonnements aux événements.

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

Répertorier tous les abonnements aux événements.

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

Répertorie tous les abonnements aux événements globaux sous un groupe de ressources pour un type de rubrique.

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

Répertorie tous les abonnements aux événements globaux sous un groupe de ressources pour un type de rubrique.

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

Répertoriez tous les abonnements aux événements globaux sous un abonnement Azure et un groupe de ressources.

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

Répertoriez tous les abonnements aux événements globaux sous un abonnement Azure et un groupe de ressources.

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

Répertorie tous les abonnements aux événements globaux pour un type de rubrique.

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

Répertorie tous les abonnements aux événements globaux pour un type de rubrique.

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

Obtenez une liste agrégée de tous les abonnements aux événements globaux sous un abonnement Azure.

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

Obtenez une liste agrégée de tous les abonnements aux événements globaux sous un abonnement Azure.

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

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure et un groupe de ressources pour un type de rubrique.

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

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure et un groupe de ressources pour un type de rubrique.

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

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure et un groupe de ressources.

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

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure et un groupe de ressources.

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

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure pour un type de rubrique.

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

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure pour un type de rubrique.

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

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure.

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

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure.

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

Mettre à jour un abonnement aux événements.

Méthodes d’extension

BeginCreateOrUpdate(IEventSubscriptionsOperations, String, String, EventSubscription)

Créez ou mettez à jour un abonnement aux événements.

BeginCreateOrUpdateAsync(IEventSubscriptionsOperations, String, String, EventSubscription, CancellationToken)

Créez ou mettez à jour un abonnement aux événements.

BeginDelete(IEventSubscriptionsOperations, String, String)

Supprimer un abonnement à un événement.

BeginDeleteAsync(IEventSubscriptionsOperations, String, String, CancellationToken)

Supprimer un abonnement à un événement.

BeginUpdate(IEventSubscriptionsOperations, String, String, EventSubscriptionUpdateParameters)

Mettre à jour un abonnement aux événements.

BeginUpdateAsync(IEventSubscriptionsOperations, String, String, EventSubscriptionUpdateParameters, CancellationToken)

Mettre à jour un abonnement aux événements.

CreateOrUpdate(IEventSubscriptionsOperations, String, String, EventSubscription)

Créez ou mettez à jour un abonnement aux événements.

CreateOrUpdateAsync(IEventSubscriptionsOperations, String, String, EventSubscription, CancellationToken)

Créez ou mettez à jour un abonnement aux événements.

Delete(IEventSubscriptionsOperations, String, String)

Supprimer un abonnement à un événement.

DeleteAsync(IEventSubscriptionsOperations, String, String, CancellationToken)

Supprimer un abonnement à un événement.

Get(IEventSubscriptionsOperations, String, String)

Obtenez un abonnement aux événements.

GetAsync(IEventSubscriptionsOperations, String, String, CancellationToken)

Obtenez un abonnement aux événements.

GetDeliveryAttributes(IEventSubscriptionsOperations, String, String)

Obtenir les attributs de remise d’un abonnement aux événements.

GetDeliveryAttributesAsync(IEventSubscriptionsOperations, String, String, CancellationToken)

Obtenir les attributs de remise d’un abonnement aux événements.

GetFullUrl(IEventSubscriptionsOperations, String, String)

Obtenir l’URL complète d’un abonnement aux événements.

GetFullUrlAsync(IEventSubscriptionsOperations, String, String, CancellationToken)

Obtenir l’URL complète d’un abonnement aux événements.

ListByDomainTopic(IEventSubscriptionsOperations, String, String, String, String, Nullable<Int32>)

Répertorier tous les abonnements aux événements pour une rubrique de domaine spécifique.

ListByDomainTopicAsync(IEventSubscriptionsOperations, String, String, String, String, Nullable<Int32>, CancellationToken)

Répertorier tous les abonnements aux événements pour une rubrique de domaine spécifique.

ListByDomainTopicNext(IEventSubscriptionsOperations, String)

Répertorier tous les abonnements aux événements pour une rubrique de domaine spécifique.

ListByDomainTopicNextAsync(IEventSubscriptionsOperations, String, CancellationToken)

Répertorier tous les abonnements aux événements pour une rubrique de domaine spécifique.

ListByResource(IEventSubscriptionsOperations, String, String, String, String, String, Nullable<Int32>)

Répertorier tous les abonnements aux événements.

ListByResourceAsync(IEventSubscriptionsOperations, String, String, String, String, String, Nullable<Int32>, CancellationToken)

Répertorier tous les abonnements aux événements.

ListByResourceNext(IEventSubscriptionsOperations, String)

Répertorier tous les abonnements aux événements.

ListByResourceNextAsync(IEventSubscriptionsOperations, String, CancellationToken)

Répertorier tous les abonnements aux événements.

ListGlobalByResourceGroup(IEventSubscriptionsOperations, String, String, Nullable<Int32>)

Répertoriez tous les abonnements aux événements globaux sous un abonnement Azure et un groupe de ressources.

ListGlobalByResourceGroupAsync(IEventSubscriptionsOperations, String, String, Nullable<Int32>, CancellationToken)

Répertoriez tous les abonnements aux événements globaux sous un abonnement Azure et un groupe de ressources.

ListGlobalByResourceGroupForTopicType(IEventSubscriptionsOperations, String, String, String, Nullable<Int32>)

Répertorie tous les abonnements aux événements globaux sous un groupe de ressources pour un type de rubrique.

ListGlobalByResourceGroupForTopicTypeAsync(IEventSubscriptionsOperations, String, String, String, Nullable<Int32>, CancellationToken)

Répertorie tous les abonnements aux événements globaux sous un groupe de ressources pour un type de rubrique.

ListGlobalByResourceGroupForTopicTypeNext(IEventSubscriptionsOperations, String)

Répertorie tous les abonnements aux événements globaux sous un groupe de ressources pour un type de rubrique.

ListGlobalByResourceGroupForTopicTypeNextAsync(IEventSubscriptionsOperations, String, CancellationToken)

Répertorie tous les abonnements aux événements globaux sous un groupe de ressources pour un type de rubrique.

ListGlobalByResourceGroupNext(IEventSubscriptionsOperations, String)

Répertoriez tous les abonnements aux événements globaux sous un abonnement Azure et un groupe de ressources.

ListGlobalByResourceGroupNextAsync(IEventSubscriptionsOperations, String, CancellationToken)

Répertoriez tous les abonnements aux événements globaux sous un abonnement Azure et un groupe de ressources.

ListGlobalBySubscription(IEventSubscriptionsOperations, String, Nullable<Int32>)

Obtenez une liste agrégée de tous les abonnements aux événements globaux sous un abonnement Azure.

ListGlobalBySubscriptionAsync(IEventSubscriptionsOperations, String, Nullable<Int32>, CancellationToken)

Obtenez une liste agrégée de tous les abonnements aux événements globaux sous un abonnement Azure.

ListGlobalBySubscriptionForTopicType(IEventSubscriptionsOperations, String, String, Nullable<Int32>)

Répertorie tous les abonnements aux événements globaux pour un type de rubrique.

ListGlobalBySubscriptionForTopicTypeAsync(IEventSubscriptionsOperations, String, String, Nullable<Int32>, CancellationToken)

Répertorie tous les abonnements aux événements globaux pour un type de rubrique.

ListGlobalBySubscriptionForTopicTypeNext(IEventSubscriptionsOperations, String)

Répertorie tous les abonnements aux événements globaux pour un type de rubrique.

ListGlobalBySubscriptionForTopicTypeNextAsync(IEventSubscriptionsOperations, String, CancellationToken)

Répertorie tous les abonnements aux événements globaux pour un type de rubrique.

ListGlobalBySubscriptionNext(IEventSubscriptionsOperations, String)

Obtenez une liste agrégée de tous les abonnements aux événements globaux sous un abonnement Azure.

ListGlobalBySubscriptionNextAsync(IEventSubscriptionsOperations, String, CancellationToken)

Obtenez une liste agrégée de tous les abonnements aux événements globaux sous un abonnement Azure.

ListRegionalByResourceGroup(IEventSubscriptionsOperations, String, String, String, Nullable<Int32>)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure et un groupe de ressources.

ListRegionalByResourceGroupAsync(IEventSubscriptionsOperations, String, String, String, Nullable<Int32>, CancellationToken)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure et un groupe de ressources.

ListRegionalByResourceGroupForTopicType(IEventSubscriptionsOperations, String, String, String, String, Nullable<Int32>)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure et un groupe de ressources pour un type de rubrique.

ListRegionalByResourceGroupForTopicTypeAsync(IEventSubscriptionsOperations, String, String, String, String, Nullable<Int32>, CancellationToken)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure et un groupe de ressources pour un type de rubrique.

ListRegionalByResourceGroupForTopicTypeNext(IEventSubscriptionsOperations, String)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure et un groupe de ressources pour un type de rubrique.

ListRegionalByResourceGroupForTopicTypeNextAsync(IEventSubscriptionsOperations, String, CancellationToken)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure et un groupe de ressources pour un type de rubrique.

ListRegionalByResourceGroupNext(IEventSubscriptionsOperations, String)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure et un groupe de ressources.

ListRegionalByResourceGroupNextAsync(IEventSubscriptionsOperations, String, CancellationToken)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure et un groupe de ressources.

ListRegionalBySubscription(IEventSubscriptionsOperations, String, String, Nullable<Int32>)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure.

ListRegionalBySubscriptionAsync(IEventSubscriptionsOperations, String, String, Nullable<Int32>, CancellationToken)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure.

ListRegionalBySubscriptionForTopicType(IEventSubscriptionsOperations, String, String, String, Nullable<Int32>)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure pour un type de rubrique.

ListRegionalBySubscriptionForTopicTypeAsync(IEventSubscriptionsOperations, String, String, String, Nullable<Int32>, CancellationToken)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure pour un type de rubrique.

ListRegionalBySubscriptionForTopicTypeNext(IEventSubscriptionsOperations, String)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure pour un type de rubrique.

ListRegionalBySubscriptionForTopicTypeNextAsync(IEventSubscriptionsOperations, String, CancellationToken)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure pour un type de rubrique.

ListRegionalBySubscriptionNext(IEventSubscriptionsOperations, String)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure.

ListRegionalBySubscriptionNextAsync(IEventSubscriptionsOperations, String, CancellationToken)

Répertoriez tous les abonnements aux événements régionaux sous un abonnement Azure.

Update(IEventSubscriptionsOperations, String, String, EventSubscriptionUpdateParameters)

Mettre à jour un abonnement aux événements.

UpdateAsync(IEventSubscriptionsOperations, String, String, EventSubscriptionUpdateParameters, CancellationToken)

Mettre à jour un abonnement aux événements.

S’applique à