EntityQueryTemplateKind Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public readonly struct EntityQueryTemplateKind : IEquatable<Azure.ResourceManager.SecurityInsights.Models.EntityQueryTemplateKind>
type EntityQueryTemplateKind = struct
Public Structure EntityQueryTemplateKind
Implements IEquatable(Of EntityQueryTemplateKind)
- Inheritance
-
EntityQueryTemplateKind
- Implements
Constructors
| Name | Description |
|---|---|
| EntityQueryTemplateKind(String) |
Initializes a new instance of EntityQueryTemplateKind. |
Properties
| Name | Description |
|---|---|
| Activity |
Activity. |
| Anomaly |
Anomaly. |
| Bookmark |
Bookmark. |
| Expansion |
Expansion. |
| GuidedInsight |
GuidedInsight. |
| Insight |
Insight. |
| SecurityAlert |
SecurityAlert. |
Methods
| Name | Description |
|---|---|
| Equals(EntityQueryTemplateKind) |
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(EntityQueryTemplateKind, EntityQueryTemplateKind) |
Determines if two EntityQueryTemplateKind values are the same. |
| Implicit(String to EntityQueryTemplateKind) |
Converts a string to a EntityQueryTemplateKind. |
| Implicit(String to Nullable<EntityQueryTemplateKind>) | |
| Inequality(EntityQueryTemplateKind, EntityQueryTemplateKind) |
Determines if two EntityQueryTemplateKind values are not the same. |