Compartir a través de


EmailNotificationEnableType Estructura

Definición

Enumeración para determinar el tipo de notificación por correo electrónico.

public readonly struct EmailNotificationEnableType : IEquatable<Azure.ResourceManager.MachineLearning.Models.EmailNotificationEnableType>
type EmailNotificationEnableType = struct
Public Structure EmailNotificationEnableType
Implements IEquatable(Of EmailNotificationEnableType)
Herencia
EmailNotificationEnableType
Implementaciones

Constructores

EmailNotificationEnableType(String)

Inicializa una nueva instancia de la clase EmailNotificationEnableType.

Propiedades

JobCancelled

JobCancelled.

JobCompleted

JobCompleted.

JobFailed

JobFailed.

Métodos

Equals(EmailNotificationEnableType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(EmailNotificationEnableType, EmailNotificationEnableType)

Determina si dos EmailNotificationEnableType valores son iguales.

Implicit(String to EmailNotificationEnableType)

Convierte una cadena en un EmailNotificationEnableType.

Inequality(EmailNotificationEnableType, EmailNotificationEnableType)

Determina si dos EmailNotificationEnableType valores no son los mismos.

Se aplica a