Partager via


DevTestLabNotificationChannelCollection Classe

Définition

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
DevTestLabNotificationChannelCollection
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.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • IdNotificationChannels_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, DevTestLabNotificationChannelData, CancellationToken)

Créez ou remplacez un canal de notification existant.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • IdNotificationChannels_CreateOrUpdate d’opération
Exists(String, String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • IdNotificationChannels_Get d’opération
ExistsAsync(String, String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • IdNotificationChannels_Get d’opération
Get(String, String, CancellationToken)

Obtenir le canal de notification.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • IdNotificationChannels_Get d’opération
GetAll(String, String, Nullable<Int32>, String, CancellationToken)

Répertorier les canaux de notification dans un labo donné.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels
  • IdNotificationChannels_List d’opération
GetAllAsync(String, String, Nullable<Int32>, String, CancellationToken)

Répertorier les canaux de notification dans un labo donné.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels
  • IdNotificationChannels_List d’opération
GetAsync(String, String, CancellationToken)

Obtenir le canal de notification.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • IdNotificationChannels_Get d’opération
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.

S’applique à