Lingua

MonitoringNotificationType Struct

Definition

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

Constructors

Name Description
MonitoringNotificationType(String)

Initializes a new instance of MonitoringNotificationType.

Properties

Name Description
AmlNotification

Enables email notifications through AML notifications.

Methods

Name Description
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

Name Description
Equality(MonitoringNotificationType, MonitoringNotificationType)

Determines if two MonitoringNotificationType values are the same.

Implicit(String to MonitoringNotificationType)

Converts a string to a MonitoringNotificationType.

Implicit(String to Nullable<MonitoringNotificationType>)
Inequality(MonitoringNotificationType, MonitoringNotificationType)

Determines if two MonitoringNotificationType values are not the same.

Applies to