EntityTemplateQueryKind Struct

Definition

The EntityTemplateQueryKind.

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

Constructors

EntityTemplateQueryKind(String)

Initializes a new instance of EntityTemplateQueryKind.

Properties

Activity

Activity.

Methods

Equals(EntityTemplateQueryKind)

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

Determines if two EntityTemplateQueryKind values are the same.

Implicit(String to EntityTemplateQueryKind)

Converts a string to a EntityTemplateQueryKind.

Inequality(EntityTemplateQueryKind, EntityTemplateQueryKind)

Determines if two EntityTemplateQueryKind values are not the same.

Applies to