SecurityInsightsKind 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 content the metadata is for.
public readonly struct SecurityInsightsKind : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsKind>
type SecurityInsightsKind = struct
Public Structure SecurityInsightsKind
Implements IEquatable(Of SecurityInsightsKind)
- Inheritance
-
SecurityInsightsKind
- Implements
Constructors
SecurityInsightsKind(String) |
Initializes a new instance of SecurityInsightsKind. |
Properties
AnalyticsRule |
AnalyticsRule. |
AnalyticsRuleTemplate |
AnalyticsRuleTemplate. |
AutomationRule |
AutomationRule. |
AzureFunction |
AzureFunction. |
DataConnector |
DataConnector. |
DataType |
DataType. |
HuntingQuery |
HuntingQuery. |
InvestigationQuery |
InvestigationQuery. |
LogicAppsCustomConnector |
LogicAppsCustomConnector. |
Parser |
Parser. |
Playbook |
Playbook. |
PlaybookTemplate |
PlaybookTemplate. |
Solution |
Solution. |
Watchlist |
Watchlist. |
WatchlistTemplate |
WatchlistTemplate. |
Workbook |
Workbook. |
WorkbookTemplate |
WorkbookTemplate. |
Methods
Equals(SecurityInsightsKind) |
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(SecurityInsightsKind, SecurityInsightsKind) |
Determines if two SecurityInsightsKind values are the same. |
Implicit(String to SecurityInsightsKind) |
Converts a string to a SecurityInsightsKind. |
Inequality(SecurityInsightsKind, SecurityInsightsKind) |
Determines if two SecurityInsightsKind values are not the same. |
Applies to
Azure SDK for .NET