EntityQueryKind 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.
The EntityQueryKind.
public readonly struct EntityQueryKind : IEquatable<Azure.ResourceManager.SecurityInsights.Models.EntityQueryKind>
type EntityQueryKind = struct
Public Structure EntityQueryKind
Implements IEquatable(Of EntityQueryKind)
- Inheritance
-
EntityQueryKind
- Implements
Constructors
EntityQueryKind(String) |
Initializes a new instance of EntityQueryKind. |
Properties
Activity |
Activity. |
Expansion |
Expansion. |
Methods
Equals(EntityQueryKind) |
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(EntityQueryKind, EntityQueryKind) |
Determines if two EntityQueryKind values are the same. |
Implicit(String to EntityQueryKind) |
Converts a string to a EntityQueryKind. |
Inequality(EntityQueryKind, EntityQueryKind) |
Determines if two EntityQueryKind values are not the same. |
Applies to
Azure SDK for .NET