EmailNotificationEnableType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. EmailNotificationEnableType
- com.
- com.
public final class EmailNotificationEnableType
extends ExpandableStringEnum<EmailNotificationEnableType>
Enum to determine the email notification type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Email |
JOB_CANCELLED
Static value Job |
|
static final
Email |
JOB_COMPLETED
Static value Job |
|
static final
Email |
JOB_FAILED
Static value Job |
Constructor Summary
| Constructor | Description |
|---|---|
| EmailNotificationEnableType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Email |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Email |
fromString(String name)
Creates or finds a Email |
|
static
Collection<Email |
values()
Gets known Email |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
JOB_CANCELLED
public static final EmailNotificationEnableType JOB_CANCELLED
Static value JobCancelled for EmailNotificationEnableType.
JOB_COMPLETED
public static final EmailNotificationEnableType JOB_COMPLETED
Static value JobCompleted for EmailNotificationEnableType.
JOB_FAILED
public static final EmailNotificationEnableType JOB_FAILED
Static value JobFailed for EmailNotificationEnableType.
Constructor Details
EmailNotificationEnableType
@Deprecated
public EmailNotificationEnableType()
Deprecated
Creates a new instance of EmailNotificationEnableType value.
Method Details
fromString
public static EmailNotificationEnableType fromString(String name)
Creates or finds a EmailNotificationEnableType from its string representation.
Parameters:
Returns:
values
public static Collection<EmailNotificationEnableType> values()
Gets known EmailNotificationEnableType values.
Returns: