Delen via


EventDefinitionKind Struct

Definition

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