DevTestLabNotificationChannelCollection Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- 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.
|
CreateOrUpdateAsync(WaitUntil, String, DevTestLabNotificationChannelData, CancellationToken) |
Criar ou substituir um canal de notificação existente.
|
Exists(String, String, CancellationToken) |
Verifica se o recurso existe no azure.
|
ExistsAsync(String, String, CancellationToken) |
Verifica se o recurso existe no azure.
|
Get(String, String, CancellationToken) |
Obter canal de notificação.
|
GetAll(String, String, Nullable<Int32>, String, CancellationToken) |
Listar canais de notificação em um determinado laboratório.
|
GetAllAsync(String, String, Nullable<Int32>, String, CancellationToken) |
Listar canais de notificação em um determinado laboratório.
|
GetAsync(String, String, CancellationToken) |
Obter canal de notificação.
|
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. |