CustomRecommendationSecurityIssue 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 severity to relate to the assessments generated by this Recommendation.
public readonly struct CustomRecommendationSecurityIssue : IEquatable<Azure.ResourceManager.SecurityCenter.Models.CustomRecommendationSecurityIssue>
type CustomRecommendationSecurityIssue = struct
Public Structure CustomRecommendationSecurityIssue
Implements IEquatable(Of CustomRecommendationSecurityIssue)
- Inheritance
-
CustomRecommendationSecurityIssue
- Implements
Constructors
| Name | Description |
|---|---|
| CustomRecommendationSecurityIssue(String) |
Initializes a new instance of CustomRecommendationSecurityIssue. |
Properties
| Name | Description |
|---|---|
| AnonymousAccess |
AnonymousAccess. |
| BestPractices |
BestPractices. |
| ExcessivePermissions |
ExcessivePermissions. |
| NetworkExposure |
NetworkExposure. |
| TrafficEncryption |
TrafficEncryption. |
| Vulnerability |
Vulnerability. |
Methods
| Name | Description |
|---|---|
| Equals(CustomRecommendationSecurityIssue) |
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(CustomRecommendationSecurityIssue, CustomRecommendationSecurityIssue) |
Determines if two CustomRecommendationSecurityIssue values are the same. |
| Implicit(String to CustomRecommendationSecurityIssue) |
Converts a string to a CustomRecommendationSecurityIssue. |
| Implicit(String to Nullable<CustomRecommendationSecurityIssue>) | |
| Inequality(CustomRecommendationSecurityIssue, CustomRecommendationSecurityIssue) |
Determines if two CustomRecommendationSecurityIssue values are not the same. |