你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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