Share via


ServiceAlertSignalType Struct

Definition

The type of signal the alert is based on, which could be metrics, logs or activity logs.

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

Constructors

ServiceAlertSignalType(String)

Initializes a new instance of ServiceAlertSignalType.

Properties

Log

Log.

Metric

Metric.

Unknown

Unknown.

Methods

Equals(ServiceAlertSignalType)

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

Determines if two ServiceAlertSignalType values are the same.

Implicit(String to ServiceAlertSignalType)

Converts a string to a ServiceAlertSignalType.

Inequality(ServiceAlertSignalType, ServiceAlertSignalType)

Determines if two ServiceAlertSignalType values are not the same.

Applies to