TriggersOn Struct

Definition

The TriggersOn.

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

Constructors

TriggersOn(String)

Initializes a new instance of TriggersOn.

Properties

Alerts

Trigger on Alerts.

Incidents

Trigger on Incidents.

Methods

Equals(TriggersOn)

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

Determines if two TriggersOn values are the same.

Implicit(String to TriggersOn)

Converts a string to a TriggersOn.

Inequality(TriggersOn, TriggersOn)

Determines if two TriggersOn values are not the same.

Applies to