Freigeben über


NamespaceTopicCollection Klasse

Definition

Eine Klasse, die eine Auflistung von NamespaceTopicResource und deren Vorgänge darstellt. Jedes NamespaceTopicResource in der Auflistung gehört zum gleichen instance von EventGridNamespaceResource. Um einen NamespaceTopicCollection instance rufen Sie die GetNamespaceTopics-Methode aus einer instance von aufEventGridNamespaceResource.

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

Konstruktoren

NamespaceTopicCollection()

Initialisiert eine neue instance der NamespaceTopicCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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, NamespaceTopicData, CancellationToken)

Erstellt asynchron ein neues Namespacethema mit den angegebenen Parametern.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}
  • Vorgang IdNamespaceTopics_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, NamespaceTopicData, CancellationToken)

Erstellt asynchron ein neues Namespacethema mit den angegebenen Parametern.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}
  • Vorgang IdNamespaceTopics_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}
  • Vorgang IdNamespaceTopics_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}
  • Vorgang IdNamespaceTopics_Get
Get(String, CancellationToken)

Ruft Eigenschaften eines Namespacethemas ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}
  • Vorgang IdNamespaceTopics_Get
GetAll(String, Nullable<Int32>, CancellationToken)

Listet alle Namespacethemen unter einem Namespace auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics
  • Vorgang IdNamespaceTopics_ListByNamespace
GetAllAsync(String, Nullable<Int32>, CancellationToken)

Listet alle Namespacethemen unter einem Namespace auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics
  • Vorgang IdNamespaceTopics_ListByNamespace
GetAsync(String, CancellationToken)

Ruft Eigenschaften eines Namespacethemas ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}
  • Vorgang IdNamespaceTopics_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<NamespaceTopicResource>.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<NamespaceTopicResource>.GetEnumerator()

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

Gilt für: