次の方法で共有


SecurityEventSource 構造体

定義

有効なイベント ソースの種類。

public readonly struct SecurityEventSource : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityEventSource>
type SecurityEventSource = struct
Public Structure SecurityEventSource
Implements IEquatable(Of SecurityEventSource)
継承
SecurityEventSource
実装

コンストラクター

SecurityEventSource(String)

SecurityEventSource の新しいインスタンスを初期化します。

プロパティ

Alerts

アラート。

Assessments

評価。

AssessmentsSnapshot

AssessmentsSnapshot。

RegulatoryComplianceAssessment

RegulatoryComplianceAssessment。

RegulatoryComplianceAssessmentSnapshot

RegulatoryComplianceAssessmentSnapshot。

SecureScoreControls

SecureScoreControls。

SecureScoreControlsSnapshot

SecureScoreControlsSnapshot。

SecureScores

SecureScores。

SecureScoresSnapshot

SecureScoresSnapshot。

SubAssessments

SubAssessments。

SubAssessmentsSnapshot

SubAssessmentsSnapshot。

メソッド

Equals(SecurityEventSource)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(SecurityEventSource, SecurityEventSource)

2 つの SecurityEventSource 値が同じかどうかを判断します。

Implicit(String to SecurityEventSource)

文字列を SecurityEventSource に変換します。

Inequality(SecurityEventSource, SecurityEventSource)

2 つの SecurityEventSource 値が同じでないかどうかを判断します。

適用対象