DevTestLabNotificationChannelEventType Estrutura
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.
O tipo de evento para o qual essa notificação está habilitada (ou seja, AutoShutdown, Custo).
public readonly struct DevTestLabNotificationChannelEventType : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationChannelEventType>
type DevTestLabNotificationChannelEventType = struct
Public Structure DevTestLabNotificationChannelEventType
Implements IEquatable(Of DevTestLabNotificationChannelEventType)
- Herança
-
DevTestLabNotificationChannelEventType
- Implementações
Construtores
DevTestLabNotificationChannelEventType(String) |
Inicializa uma nova instância de DevTestLabNotificationChannelEventType. |
Propriedades
AutoShutdown |
AutoShutdown. |
Cost |
Custo. |
Métodos
Equals(DevTestLabNotificationChannelEventType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(DevTestLabNotificationChannelEventType, DevTestLabNotificationChannelEventType) |
Determina se dois DevTestLabNotificationChannelEventType valores são os mesmos. |
Implicit(String to DevTestLabNotificationChannelEventType) |
Converte uma cadeia de caracteres em um DevTestLabNotificationChannelEventType. |
Inequality(DevTestLabNotificationChannelEventType, DevTestLabNotificationChannelEventType) |
Determina se dois DevTestLabNotificationChannelEventType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET