Compartir a través de


DevTestLabNotificationChannelCollection Clase

Definición

Clase que representa una colección de DevTestLabNotificationChannelResource y sus operaciones. Cada DevTestLabNotificationChannelResource una de las colecciones pertenecerá a la misma instancia de DevTestLabResource. Para obtener una DevTestLabNotificationChannelCollection instancia de , llame al método GetDevTestLabNotificationChannels desde una instancia 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)
Herencia
DevTestLabNotificationChannelCollection
Implementaciones

Constructores

DevTestLabNotificationChannelCollection()

Inicializa una nueva instancia de la DevTestLabNotificationChannelCollection clase para simular.

Propiedades

Client

Obtiene el objeto a partir del ArmClient que se creó este cliente de recursos.

(Heredado de ArmCollection)
Diagnostics

Obtiene las opciones de diagnóstico de este cliente de recursos.

(Heredado de ArmCollection)
Endpoint

Obtiene el URI base para este cliente de recursos.

(Heredado de ArmCollection)
Id

Obtiene el identificador de recurso.

(Heredado de ArmCollection)
Pipeline

Obtiene la canalización para este cliente de recursos.

(Heredado de ArmCollection)

Métodos

CreateOrUpdate(WaitUntil, String, DevTestLabNotificationChannelData, CancellationToken)

Cree o reemplace un canal de notificación existente.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • IdNotificationChannels_CreateOrUpdate de operaciones
CreateOrUpdateAsync(WaitUntil, String, DevTestLabNotificationChannelData, CancellationToken)

Cree o reemplace un canal de notificación existente.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • IdNotificationChannels_CreateOrUpdate de operaciones
Exists(String, String, CancellationToken)

Comprueba si el recurso existe en Azure.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • IdNotificationChannels_Get de operación
ExistsAsync(String, String, CancellationToken)

Comprueba si el recurso existe en Azure.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • IdNotificationChannels_Get de operación
Get(String, String, CancellationToken)

Obtener el canal de notificación.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • IdNotificationChannels_Get de operación
GetAll(String, String, Nullable<Int32>, String, CancellationToken)

Enumerar canales de notificación en un laboratorio determinado.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels
  • IdNotificationChannels_List de operación
GetAllAsync(String, String, Nullable<Int32>, String, CancellationToken)

Enumerar canales de notificación en un laboratorio determinado.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels
  • IdNotificationChannels_List de operación
GetAsync(String, String, CancellationToken)

Obtener el canal de notificación.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • IdNotificationChannels_Get de operación
TryGetApiVersion(ResourceType, String)

Obtiene la invalidación de la versión de api si se ha establecido para las opciones de cliente actuales.

(Heredado de ArmCollection)

Implementaciones de interfaz explícitas

IAsyncEnumerable<DevTestLabNotificationChannelResource>.GetAsyncEnumerator(CancellationToken)

Devuelve un enumerador que se itera de forma asincrónica a través de la colección.

IEnumerable.GetEnumerator()

Devuelve un enumerador que recorre en iteración una colección.

IEnumerable<DevTestLabNotificationChannelResource>.GetEnumerator()

Devuelve un enumerador que procesa una iteración en la colección.

Se aplica a