SecurityInsightsEntityKind 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 kind of the entity.
public readonly struct SecurityInsightsEntityKind : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntityKind>
type SecurityInsightsEntityKind = struct
Public Structure SecurityInsightsEntityKind
Implements IEquatable(Of SecurityInsightsEntityKind)
- Inheritance
-
SecurityInsightsEntityKind
- Implements
Constructors
SecurityInsightsEntityKind(String) |
Initializes a new instance of SecurityInsightsEntityKind. |
Properties
Account |
Entity represents account in the system. |
AzureResource |
Entity represents azure resource in the system. |
Bookmark |
Entity represents bookmark in the system. |
CloudApplication |
Entity represents cloud application in the system. |
DnsResolution |
Entity represents dns resolution in the system. |
File |
Entity represents file in the system. |
FileHash |
Entity represents file hash in the system. |
Host |
Entity represents host in the system. |
IotDevice |
Entity represents IoT device in the system. |
IP |
Entity represents ip in the system. |
Mailbox |
Entity represents mailbox in the system. |
MailCluster |
Entity represents mail cluster in the system. |
MailMessage |
Entity represents mail message in the system. |
Malware |
Entity represents malware in the system. |
Nic |
Entity represents network interface in the system. |
Process |
Entity represents process in the system. |
RegistryKey |
Entity represents registry key in the system. |
RegistryValue |
Entity represents registry value in the system. |
SecurityAlert |
Entity represents security alert in the system. |
SecurityGroup |
Entity represents security group in the system. |
SubmissionMail |
Entity represents submission mail in the system. |
Uri |
Entity represents url in the system. |
Methods
Equals(SecurityInsightsEntityKind) |
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(SecurityInsightsEntityKind, SecurityInsightsEntityKind) |
Determines if two SecurityInsightsEntityKind values are the same. |
Implicit(String to SecurityInsightsEntityKind) |
Converts a string to a SecurityInsightsEntityKind. |
Inequality(SecurityInsightsEntityKind, SecurityInsightsEntityKind) |
Determines if two SecurityInsightsEntityKind values are not the same. |
Applies to
Azure SDK for .NET