EventDefinitionKind 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 kind of event type used.
public readonly struct EventDefinitionKind : IEquatable<Azure.ResourceManager.EventGrid.Models.EventDefinitionKind>
type EventDefinitionKind = struct
Public Structure EventDefinitionKind
Implements IEquatable(Of EventDefinitionKind)
- Inheritance
-
EventDefinitionKind
- Implements
Constructors
EventDefinitionKind(String) |
Initializes a new instance of EventDefinitionKind. |
Properties
Inline |
Inline. |
Methods
Equals(EventDefinitionKind) |
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(EventDefinitionKind, EventDefinitionKind) |
Determines if two EventDefinitionKind values are the same. |
Implicit(String to EventDefinitionKind) |
Converts a string to a EventDefinitionKind. |
Inequality(EventDefinitionKind, EventDefinitionKind) |
Determines if two EventDefinitionKind values are not the same. |
Applies to
Azure SDK for .NET