NotificationHubCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Classe représentant une collection de NotificationHubResource et leurs opérations. Chacun NotificationHubResource de la collection appartient au même instance de NotificationHubNamespaceResource. Pour obtenir un NotificationHubCollection instance appelez la méthode GetNotificationHubs à partir d’un instance de NotificationHubNamespaceResource.
public class NotificationHubCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.NotificationHubs.NotificationHubResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NotificationHubs.NotificationHubResource>
type NotificationHubCollection = class
inherit ArmCollection
interface seq<NotificationHubResource>
interface IEnumerable
interface IAsyncEnumerable<NotificationHubResource>
Public Class NotificationHubCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of NotificationHubResource), IEnumerable(Of NotificationHubResource)
- Héritage
- Implémente
Constructeurs
NotificationHubCollection() |
Initialise une nouvelle instance de la NotificationHubCollection classe pour les moqueries. |
Propriétés
Client |
Obtient le ArmClient client de ressource à partir duquel il 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 ressources. (Hérité de ArmCollection) |
Méthodes
CreateOrUpdate(WaitUntil, String, NotificationHubCreateOrUpdateContent, CancellationToken) |
Crée/met à jour un objet NotificationHub dans un espace de noms.
|
CreateOrUpdateAsync(WaitUntil, String, NotificationHubCreateOrUpdateContent, CancellationToken) |
Crée/met à jour un objet NotificationHub dans un espace de noms.
|
Exists(String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
ExistsAsync(String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
Get(String, CancellationToken) |
Répertorie les hubs de notification associés à un espace de noms.
|
GetAll(CancellationToken) |
Répertorie les hubs de notification associés à un espace de noms.
|
GetAllAsync(CancellationToken) |
Répertorie les hubs de notification associés à un espace de noms.
|
GetAsync(String, CancellationToken) |
Répertorie les hubs de notification associés à un espace de noms.
|
TryGetApiVersion(ResourceType, String) |
Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles. (Hérité de ArmCollection) |
Implémentations d’interfaces explicites
IAsyncEnumerable<NotificationHubResource>.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<NotificationHubResource>.GetEnumerator() |
Retourne un énumérateur qui itère au sein de la collection. |