Freigeben über


SecurityEventSource Struct

Definition

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

Name Description
SecurityEventSource(String)

Initializes a new instance of SecurityEventSource.

Properties

Name Description
Alerts

Alerts.

Assessments

Assessments.

AssessmentsSnapshot

AssessmentsSnapshot.

RegulatoryComplianceAssessment

RegulatoryComplianceAssessment.

RegulatoryComplianceAssessmentSnapshot

RegulatoryComplianceAssessmentSnapshot.

SecureScoreControls

SecureScoreControls.

SecureScoreControlsSnapshot

SecureScoreControlsSnapshot.

SecureScores

SecureScores.

SecureScoresSnapshot

SecureScoresSnapshot.

SubAssessments

SubAssessments.

SubAssessmentsSnapshot

SubAssessmentsSnapshot.

Methods

Name Description
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

Name Description
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