MonitoringNotificationType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The MonitoringNotificationType.
public readonly struct MonitoringNotificationType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MonitoringNotificationType>
type MonitoringNotificationType = struct
Public Structure MonitoringNotificationType
Implements IEquatable(Of MonitoringNotificationType)
- Inheritance
-
MonitoringNotificationType
- Implements
Constructors
MonitoringNotificationType(String) |
Initializes a new instance of MonitoringNotificationType. |
Properties
AmlNotification |
Enables email notifications through AML notifications. |
Methods
Equals(MonitoringNotificationType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MonitoringNotificationType, MonitoringNotificationType) |
Determines if two MonitoringNotificationType values are the same. |
Implicit(String to MonitoringNotificationType) |
Converts a string to a MonitoringNotificationType. |
Inequality(MonitoringNotificationType, MonitoringNotificationType) |
Determines if two MonitoringNotificationType values are not the same. |