Freigeben über


NotificationHubNamespaceCollection Klasse

Definition

Eine Klasse, die eine Auflistung von NotificationHubNamespaceResource und deren Vorgänge darstellt. Jedes NotificationHubNamespaceResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Rufen Sie zum Abrufen eines NotificationHubNamespaceCollection instance die GetNotificationHubNamespaces-Methode aus einer instance von aufResourceGroupResource.

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

Konstruktoren

NotificationHubNamespaceCollection()

Initialisiert eine neue instance der NotificationHubNamespaceCollection -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, NotificationHubNamespaceCreateOrUpdateContent, CancellationToken)

Erstellt/Updates einen Dienstnamespace. Nach der Erstellung ist das Ressourcenmanifest dieses Namespace unveränderlich. Dieser Vorgang ist idempotent.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}
  • Vorgang IdNamespaces_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, NotificationHubNamespaceCreateOrUpdateContent, CancellationToken)

Erstellt/Updates einen Dienstnamespace. Nach der Erstellung ist das Ressourcenmanifest dieses Namespace unveränderlich. Dieser Vorgang ist idempotent.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}
  • Vorgang IdNamespaces_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}
  • Vorgang IdNamespaces_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}
  • Vorgang IdNamespaces_Get
Get(String, CancellationToken)

Gibt die Beschreibung für den angegebenen Namespace zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}
  • Vorgang IdNamespaces_Get
GetAll(CancellationToken)

Listet die verfügbaren Namespaces in einer resourceGroup auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces
  • Vorgang IdNamespaces_List
GetAllAsync(CancellationToken)

Listet die verfügbaren Namespaces in einer resourceGroup auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces
  • Vorgang IdNamespaces_List
GetAsync(String, CancellationToken)

Gibt die Beschreibung für den angegebenen Namespace zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}
  • Vorgang IdNamespaces_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<NotificationHubNamespaceResource>.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<NotificationHubNamespaceResource>.GetEnumerator()

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

Gilt für: