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
TriggersWhen(String) |
Initializes a new instance of TriggersWhen. |
Properties
Created |
Trigger on created objects. |
Updated |
Trigger on updated objects. |
Methods
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
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. |
Applies to
Azure SDK for .NET