Udostępnij przez


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

Name Description
EntityTemplateQueryKind(String)

Initializes a new instance of EntityTemplateQueryKind.

Properties

Name Description
Activity

Activity.

Methods

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

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