TriggersWhen Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The TriggersWhen.
public readonly struct TriggersWhen : IEquatable<Azure.ResourceManager.SecurityInsights.Models.TriggersWhen>
type TriggersWhen = struct
Public Structure TriggersWhen
Implements IEquatable(Of TriggersWhen)
- Inheritance
-
TriggersWhen
- Implements
Constructors
| Name | Description |
|---|---|
| TriggersWhen(String) |
Initializes a new instance of TriggersWhen. |
Properties
| Name | Description |
|---|---|
| Created |
Trigger on created objects. |
| Updated |
Trigger on updated objects. |
Methods
| Name | Description |
|---|---|
| Equals(TriggersWhen) |
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(TriggersWhen, TriggersWhen) |
Determines if two TriggersWhen values are the same. |
| Implicit(String to TriggersWhen) |
Converts a String to a TriggersWhen. |
| Inequality(TriggersWhen, TriggersWhen) |
Determines if two TriggersWhen values are not the same. |