Freigeben über


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

Name Description
EntityQueryKind(String)

Initializes a new instance of EntityQueryKind.

Properties

Name Description
Activity

Activity.

Expansion

Expansion.

Methods

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

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