MonitoringNotificationType Struct

Definition

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.

Applies to