Partilhar via


DevTestLabNotificationChannelCollection Classe

Definição

Uma classe que representa uma coleção de DevTestLabNotificationChannelResource e suas operações. Cada DevTestLabNotificationChannelResource um na coleção pertencerá à mesma instância de DevTestLabResource. Para obter uma DevTestLabNotificationChannelCollection instância, chame o método GetDevTestLabNotificationChannels de uma instância do 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)
Herança
DevTestLabNotificationChannelCollection
Implementações

Construtores

DevTestLabNotificationChannelCollection()

Inicializa uma nova instância da DevTestLabNotificationChannelCollection classe para zombar.

Propriedades

Client

Obtém o ArmClient do qual esse cliente de recurso foi criado.

(Herdado de ArmCollection)
Diagnostics

Obtém as opções de diagnóstico para esse cliente de recurso.

(Herdado de ArmCollection)
Endpoint

Obtém o uri base para esse cliente de recurso.

(Herdado de ArmCollection)
Id

Obtém o identificador de recurso.

(Herdado de ArmCollection)
Pipeline

Obtém o pipeline desse cliente de recurso.

(Herdado de ArmCollection)

Métodos

CreateOrUpdate(WaitUntil, String, DevTestLabNotificationChannelData, CancellationToken)

Criar ou substituir um canal de notificação existente.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • Operação IdNotificationChannels_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DevTestLabNotificationChannelData, CancellationToken)

Criar ou substituir um canal de notificação existente.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • Operação IdNotificationChannels_CreateOrUpdate
Exists(String, String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • Operação IdNotificationChannels_Get
ExistsAsync(String, String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • Operação IdNotificationChannels_Get
Get(String, String, CancellationToken)

Obter canal de notificação.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • Operação IdNotificationChannels_Get
GetAll(String, String, Nullable<Int32>, String, CancellationToken)

Listar canais de notificação em um determinado laboratório.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels
  • Operação IdNotificationChannels_List
GetAllAsync(String, String, Nullable<Int32>, String, CancellationToken)

Listar canais de notificação em um determinado laboratório.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels
  • Operação IdNotificationChannels_List
GetAsync(String, String, CancellationToken)

Obter canal de notificação.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • Operação IdNotificationChannels_Get
TryGetApiVersion(ResourceType, String)

Obtém a substituição da versão da API se ela tiver sido definida para as opções de cliente atuais.

(Herdado de ArmCollection)

Implantações explícitas de interface

IAsyncEnumerable<DevTestLabNotificationChannelResource>.GetAsyncEnumerator(CancellationToken)

Retorna um enumerador que itera de maneira assíncrona por meio da coleção.

IEnumerable.GetEnumerator()

Retorna um enumerador que itera em uma coleção.

IEnumerable<DevTestLabNotificationChannelResource>.GetEnumerator()

Retorna um enumerador que itera pela coleção.

Aplica-se a