Partager via


PartnerTopicEventSubscriptionCollection Classe

Définition

Classe représentant une collection de PartnerTopicEventSubscriptionResource et leurs opérations. Chacun PartnerTopicEventSubscriptionResource de la collection appartient au même instance de PartnerTopicResource. Pour obtenir un PartnerTopicEventSubscriptionCollection instance appelez la méthode GetPartnerTopicEventSubscriptions à partir d’un instance de PartnerTopicResource.

public class PartnerTopicEventSubscriptionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.EventGrid.PartnerTopicEventSubscriptionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.EventGrid.PartnerTopicEventSubscriptionResource>
type PartnerTopicEventSubscriptionCollection = class
    inherit ArmCollection
    interface seq<PartnerTopicEventSubscriptionResource>
    interface IEnumerable
    interface IAsyncEnumerable<PartnerTopicEventSubscriptionResource>
Public Class PartnerTopicEventSubscriptionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of PartnerTopicEventSubscriptionResource), IEnumerable(Of PartnerTopicEventSubscriptionResource)
Héritage
PartnerTopicEventSubscriptionCollection
Implémente

Constructeurs

PartnerTopicEventSubscriptionCollection()

Initialise une nouvelle instance de la classe pour la PartnerTopicEventSubscriptionCollection simulation.

Propriétés

Client

Obtient le ArmClient à partir duquel ce client de ressource a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressource.

(Hérité de ArmCollection)

Méthodes

CreateOrUpdate(WaitUntil, String, EventGridSubscriptionData, CancellationToken)

Crée ou met à jour de manière asynchrone un abonnement aux événements d’une rubrique partenaire avec les paramètres spécifiés. Les abonnements aux événements existants seront mis à jour avec cette API.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}
  • IdPartnerTopicEventSubscriptions_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, EventGridSubscriptionData, CancellationToken)

Crée ou met à jour de manière asynchrone un abonnement aux événements d’une rubrique partenaire avec les paramètres spécifiés. Les abonnements aux événements existants seront mis à jour avec cette API.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}
  • IdPartnerTopicEventSubscriptions_CreateOrUpdate d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}
  • IdPartnerTopicEventSubscriptions_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}
  • IdPartnerTopicEventSubscriptions_Get d’opération
Get(String, CancellationToken)

Obtenir les propriétés d’un abonnement aux événements d’une rubrique partenaire.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}
  • IdPartnerTopicEventSubscriptions_Get d’opération
GetAll(String, Nullable<Int32>, CancellationToken)

Répertorier les abonnements aux événements qui appartiennent à une rubrique partenaire spécifique.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions
  • IdPartnerTopicEventSubscriptions_ListByPartnerTopic d’opération
GetAllAsync(String, Nullable<Int32>, CancellationToken)

Répertorier les abonnements aux événements qui appartiennent à une rubrique partenaire spécifique.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions
  • IdPartnerTopicEventSubscriptions_ListByPartnerTopic d’opération
GetAsync(String, CancellationToken)

Obtenir les propriétés d’un abonnement aux événements d’une rubrique partenaire.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}
  • IdPartnerTopicEventSubscriptions_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient le remplacement de version de l’API s’il a été défini pour les options client actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<PartnerTopicEventSubscriptionResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<PartnerTopicEventSubscriptionResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à