你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SecurityAssessmentProperties Class
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.
Describes properties of an assessment.
public class SecurityAssessmentProperties : Microsoft.Azure.Management.Security.Models.SecurityAssessmentPropertiesBase
type SecurityAssessmentProperties = class
inherit SecurityAssessmentPropertiesBase
Public Class SecurityAssessmentProperties
Inherits SecurityAssessmentPropertiesBase
- Inheritance
Constructors
SecurityAssessmentProperties() |
Initializes a new instance of the SecurityAssessmentProperties class. |
SecurityAssessmentProperties(ResourceDetails, AssessmentStatus, String, IDictionary<String,String>, AssessmentLinks, SecurityAssessmentMetadataProperties, SecurityAssessmentPartnerData) |
Initializes a new instance of the SecurityAssessmentProperties class. |
Properties
AdditionalData |
Gets or sets additional data regarding the assessment (Inherited from SecurityAssessmentPropertiesBase) |
DisplayName |
Gets user friendly display name of the assessment (Inherited from SecurityAssessmentPropertiesBase) |
Links |
Gets links relevant to the assessment (Inherited from SecurityAssessmentPropertiesBase) |
Metadata |
Gets or sets describes properties of an assessment metadata. (Inherited from SecurityAssessmentPropertiesBase) |
PartnersData |
Gets or sets data regarding 3rd party partner integration (Inherited from SecurityAssessmentPropertiesBase) |
ResourceDetails |
Gets or sets details of the resource that was assessed (Inherited from SecurityAssessmentPropertiesBase) |
Status |
Gets or sets the result of the assessment |
Methods
Validate() |
Validate the object. |