Freigeben über


DomainTopicEventSubscriptionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren DomainTopicEventSubscriptionResource Vorgänge darstellt. Jedes DomainTopicEventSubscriptionResource in der Auflistung gehört zum gleichen instance von DomainTopicResource. Um eine DomainTopicEventSubscriptionCollection instance rufen Sie die GetDomainTopicEventSubscriptions-Methode aus einer instance von aufDomainTopicResource.

public class DomainTopicEventSubscriptionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.EventGrid.DomainTopicEventSubscriptionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.EventGrid.DomainTopicEventSubscriptionResource>
type DomainTopicEventSubscriptionCollection = class
    inherit ArmCollection
    interface seq<DomainTopicEventSubscriptionResource>
    interface IEnumerable
    interface IAsyncEnumerable<DomainTopicEventSubscriptionResource>
Public Class DomainTopicEventSubscriptionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DomainTopicEventSubscriptionResource), IEnumerable(Of DomainTopicEventSubscriptionResource)
Vererbung
DomainTopicEventSubscriptionCollection
Implementiert

Konstruktoren

DomainTopicEventSubscriptionCollection()

Initialisiert eine neue instance der -Klasse für die DomainTopicEventSubscriptionCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, EventGridSubscriptionData, CancellationToken)

Erstellt asynchron ein neues Ereignisabonnement oder aktualisiert ein vorhandenes Ereignisabonnement.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}
  • Vorgangs-IdDomainTopicEventSubscriptions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, EventGridSubscriptionData, CancellationToken)

Erstellt asynchron ein neues Ereignisabonnement oder aktualisiert ein vorhandenes Ereignisabonnement.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}
  • Vorgangs-IdDomainTopicEventSubscriptions_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}
  • Vorgangs-IdDomainTopicEventSubscriptions_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}
  • Vorgangs-IdDomainTopicEventSubscriptions_Get
Get(String, CancellationToken)

Ruft Eigenschaften eines geschachtelten Ereignisabonnements für ein Domänenthema ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}
  • Vorgangs-IdDomainTopicEventSubscriptions_Get
GetAll(String, Nullable<Int32>, CancellationToken)

Listet alle Ereignisabonnements auf, die für ein bestimmtes Domänenthema erstellt wurden.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions
  • Vorgangs-IdDomainTopicEventSubscriptions_List
GetAllAsync(String, Nullable<Int32>, CancellationToken)

Listet alle Ereignisabonnements auf, die für ein bestimmtes Domänenthema erstellt wurden.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions
  • Vorgangs-IdDomainTopicEventSubscriptions_List
GetAsync(String, CancellationToken)

Ruft Eigenschaften eines geschachtelten Ereignisabonnements für ein Domänenthema ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}
  • Vorgangs-IdDomainTopicEventSubscriptions_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<DomainTopicEventSubscriptionResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<DomainTopicEventSubscriptionResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: