MonitoringNotificationMode Struct

Definition

The MonitoringNotificationMode.

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

Constructors

MonitoringNotificationMode(String)

Initializes a new instance of MonitoringNotificationMode.

Properties

Disabled

Disabled notifications will not produce emails/metrics leveraged for alerting.

Enabled

Enabled notification will produce emails/metrics leveraged for alerting.

Methods

Equals(MonitoringNotificationMode)

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(MonitoringNotificationMode, MonitoringNotificationMode)

Determines if two MonitoringNotificationMode values are the same.

Implicit(String to MonitoringNotificationMode)

Converts a string to a MonitoringNotificationMode.

Inequality(MonitoringNotificationMode, MonitoringNotificationMode)

Determines if two MonitoringNotificationMode values are not the same.

Applies to