SecurityEventSource 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.
A valid event source type.
public readonly struct SecurityEventSource : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityEventSource>
type SecurityEventSource = struct
Public Structure SecurityEventSource
Implements IEquatable(Of SecurityEventSource)
- Inheritance
-
SecurityEventSource
- Implements
Constructors
SecurityEventSource(String) |
Initializes a new instance of SecurityEventSource. |
Properties
Alerts |
Alerts. |
Assessments |
Assessments. |
AssessmentsSnapshot |
AssessmentsSnapshot. |
RegulatoryComplianceAssessment |
RegulatoryComplianceAssessment. |
RegulatoryComplianceAssessmentSnapshot |
RegulatoryComplianceAssessmentSnapshot. |
SecureScoreControls |
SecureScoreControls. |
SecureScoreControlsSnapshot |
SecureScoreControlsSnapshot. |
SecureScores |
SecureScores. |
SecureScoresSnapshot |
SecureScoresSnapshot. |
SubAssessments |
SubAssessments. |
SubAssessmentsSnapshot |
SubAssessmentsSnapshot. |
Methods
Equals(SecurityEventSource) |
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(SecurityEventSource, SecurityEventSource) |
Determines if two SecurityEventSource values are the same. |
Implicit(String to SecurityEventSource) |
Converts a string to a SecurityEventSource. |
Inequality(SecurityEventSource, SecurityEventSource) |
Determines if two SecurityEventSource values are not the same. |
Applies to
Azure SDK for .NET