EntityQueryKind Struct

Definition

The kind of the entity query

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityQueryKindTypeConverter))]
public struct EntityQueryKind : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityQueryKind>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityQueryKindTypeConverter))>]
type EntityQueryKind = struct
    interface IArgumentCompleter
Public Structure EntityQueryKind
Implements IArgumentCompleter, IEquatable(Of EntityQueryKind)
Inheritance
EntityQueryKind
Attributes
Implements

Fields

Activity
Expansion
Insight

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(EntityQueryKind)

Compares values of enum type EntityQueryKind

Equals(Object)

Compares values of enum type EntityQueryKind (override for Object)

GetHashCode()

Returns hashCode for enum EntityQueryKind

ToString()

Returns string representation for EntityQueryKind

Operators

Equality(EntityQueryKind, EntityQueryKind)

Overriding == operator for enum EntityQueryKind

Implicit(EntityQueryKind to String)

Implicit operator to convert EntityQueryKind to string

Implicit(String to EntityQueryKind)

Implicit operator to convert string to EntityQueryKind

Inequality(EntityQueryKind, EntityQueryKind)

Overriding != operator for enum EntityQueryKind

Applies to