DevTestLabNotificationChannelCollection 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 DevTestLabNotificationChannelResource et leurs opérations. Chacun DevTestLabNotificationChannelResource de la collection appartient au même instance de DevTestLabResource. Pour obtenir un DevTestLabNotificationChannelCollection instance appelez la méthode GetDevTestLabNotificationChannels à partir d’un instance de DevTestLabResource.
public class DevTestLabNotificationChannelCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.DevTestLabNotificationChannelResource>
type DevTestLabNotificationChannelCollection = class
inherit ArmCollection
interface seq<DevTestLabNotificationChannelResource>
interface IEnumerable
interface IAsyncEnumerable<DevTestLabNotificationChannelResource>
Public Class DevTestLabNotificationChannelCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DevTestLabNotificationChannelResource), IEnumerable(Of DevTestLabNotificationChannelResource)
- Héritage
- Implémente
Constructeurs
DevTestLabNotificationChannelCollection() |
Initialise une nouvelle instance de la classe pour la DevTestLabNotificationChannelCollection 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, DevTestLabNotificationChannelData, CancellationToken) |
Créez ou remplacez un canal de notification existant.
|
CreateOrUpdateAsync(WaitUntil, String, DevTestLabNotificationChannelData, CancellationToken) |
Créez ou remplacez un canal de notification existant.
|
Exists(String, String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
ExistsAsync(String, String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
Get(String, String, CancellationToken) |
Obtenir le canal de notification.
|
GetAll(String, String, Nullable<Int32>, String, CancellationToken) |
Répertorier les canaux de notification dans un labo donné.
|
GetAllAsync(String, String, Nullable<Int32>, String, CancellationToken) |
Répertorier les canaux de notification dans un labo donné.
|
GetAsync(String, String, CancellationToken) |
Obtenir le canal de notification.
|
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<DevTestLabNotificationChannelResource>.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<DevTestLabNotificationChannelResource>.GetEnumerator() |
Retourne un énumérateur qui itère au sein de la collection. |