Share via


EntityQueryKind Struct

Definition

The EntityQueryKind.

public readonly struct EntityQueryKind : IEquatable<Azure.ResourceManager.SecurityInsights.Models.EntityQueryKind>
type EntityQueryKind = struct
Public Structure EntityQueryKind
Implements IEquatable(Of EntityQueryKind)
Inheritance
EntityQueryKind
Implements

Constructors

EntityQueryKind(String)

Initializes a new instance of EntityQueryKind.

Properties

Activity

Activity.

Expansion

Expansion.

Methods

Equals(EntityQueryKind)

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(EntityQueryKind, EntityQueryKind)

Determines if two EntityQueryKind values are the same.

Implicit(String to EntityQueryKind)

Converts a string to a EntityQueryKind.

Inequality(EntityQueryKind, EntityQueryKind)

Determines if two EntityQueryKind values are not the same.

Applies to