Udostępnij przez


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

Name Description
EventDefinitionKind(String)

Initializes a new instance of EventDefinitionKind.

Properties

Name Description
Inline

Inline.

Methods

Name Description
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

Name Description
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