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

SecurityAssessmentType Struct

Definition

BuiltIn if the assessment based on built-in Azure Policy definition, Custom if the assessment based on custom Azure Policy definition.

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

Constructors

SecurityAssessmentType(String)

Initializes a new instance of SecurityAssessmentType.

Properties

BuiltIn

Microsoft Defender for Cloud managed assessments.

CustomerManaged

User assessments pushed directly by the user or other third party to Microsoft Defender for Cloud.

CustomPolicy

User defined policies that are automatically ingested from Azure Policy to Microsoft Defender for Cloud.

VerifiedPartner

An assessment that was created by a verified 3rd party if the user connected it to ASC.

Methods

Equals(SecurityAssessmentType)

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(SecurityAssessmentType, SecurityAssessmentType)

Determines if two SecurityAssessmentType values are the same.

Implicit(String to SecurityAssessmentType)

Converts a String to a SecurityAssessmentType.

Inequality(SecurityAssessmentType, SecurityAssessmentType)

Determines if two SecurityAssessmentType values are not the same.

Applies to