Share via


EntityTimelineKind Struct

Definition

The entity query kind

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

Fields

Activity

activity

Bookmark

bookmarks

SecurityAlert

security alerts

Methods

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

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

Equals(EntityTimelineKind)

Compares values of enum type EntityTimelineKind

Equals(Object)

Compares values of enum type EntityTimelineKind (override for Object)

GetHashCode()

Returns hashCode for enum EntityTimelineKind

ToString()

Returns string representation for EntityTimelineKind

Operators

Equality(EntityTimelineKind, EntityTimelineKind)

Overriding == operator for enum EntityTimelineKind

Implicit(EntityTimelineKind to String)

Implicit operator to convert EntityTimelineKind to string

Implicit(String to EntityTimelineKind)

Implicit operator to convert string to EntityTimelineKind

Inequality(EntityTimelineKind, EntityTimelineKind)

Overriding != operator for enum EntityTimelineKind

Applies to