TriggerEventType 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.
Trigger Kind.
public readonly struct TriggerEventType : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.TriggerEventType>
type TriggerEventType = struct
Public Structure TriggerEventType
Implements IEquatable(Of TriggerEventType)
- Inheritance
-
TriggerEventType
- Implements
Constructors
| Name | Description |
|---|---|
| TriggerEventType(String) |
Initializes a new instance of TriggerEventType. |
Properties
| Name | Description |
|---|---|
| FileEvent |
Gets the FileEvent. |
| PeriodicTimerEvent |
Gets the PeriodicTimerEvent. |
Methods
| Name | Description |
|---|---|
| Equals(TriggerEventType) |
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(TriggerEventType, TriggerEventType) |
Determines if two TriggerEventType values are the same. |
| Implicit(String to Nullable<TriggerEventType>) | |
| Implicit(String to TriggerEventType) |
Converts a string to a TriggerEventType. |
| Inequality(TriggerEventType, TriggerEventType) |
Determines if two TriggerEventType values are not the same. |