你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecurityAssessmentType 结构

定义

如果基于内置Azure Policy定义的评估,则为 BuiltIn;如果评估基于自定义Azure Policy定义,则为自定义。

public readonly struct SecurityAssessmentType : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentType>
type SecurityAssessmentType = struct
Public Structure SecurityAssessmentType
Implements IEquatable(Of SecurityAssessmentType)
继承
SecurityAssessmentType
实现

构造函数

SecurityAssessmentType(String)

初始化 SecurityAssessmentType 的新实例。

属性

BuiltIn

云托管评估的Microsoft Defender。

CustomerManaged

由用户或其他第三方直接推送到 Microsoft Defender for Cloud 的用户评估。

CustomPolicy

从 Azure Policy 自动引入到 Microsoft Defender for Cloud 的用户定义策略。

VerifiedPartner

如果用户将已验证的第三方连接到 ASC,则由第三方创建的评估。

方法

Equals(SecurityAssessmentType)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(SecurityAssessmentType, SecurityAssessmentType)

确定两个 SecurityAssessmentType 值是否相同。

Implicit(String to SecurityAssessmentType)

将字符串转换为 SecurityAssessmentType

Inequality(SecurityAssessmentType, SecurityAssessmentType)

确定两个 SecurityAssessmentType 值是否不相同。

适用于