你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SecurityInsightsAlertProperty 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 V3 alert property.
public readonly struct SecurityInsightsAlertProperty : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertProperty>
type SecurityInsightsAlertProperty = struct
Public Structure SecurityInsightsAlertProperty
Implements IEquatable(Of SecurityInsightsAlertProperty)
- Inheritance
-
SecurityInsightsAlertProperty
- Implements
Constructors
SecurityInsightsAlertProperty(String) |
Initializes a new instance of SecurityInsightsAlertProperty. |
Properties
AlertLink |
Alert's link. |
ConfidenceLevel |
Confidence level property. |
ConfidenceScore |
Confidence score. |
ExtendedLinks |
Extended links to the alert. |
ProductComponentName |
Product component name alert property. |
ProductName |
Product name alert property. |
ProviderName |
Provider name alert property. |
RemediationSteps |
Remediation steps alert property. |
SubTechniques |
SubTechniques alert property. |
Techniques |
Techniques alert property. |
Methods
Equals(SecurityInsightsAlertProperty) |
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(SecurityInsightsAlertProperty, SecurityInsightsAlertProperty) |
Determines if two SecurityInsightsAlertProperty values are the same. |
Implicit(String to SecurityInsightsAlertProperty) |
Converts a string to a SecurityInsightsAlertProperty. |
Inequality(SecurityInsightsAlertProperty, SecurityInsightsAlertProperty) |
Determines if two SecurityInsightsAlertProperty values are not the same. |