你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SecurityAssessmentMetadata Constructors
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.
Overloads
SecurityAssessmentMetadata() |
Initializes a new instance of the SecurityAssessmentMetadata class. |
SecurityAssessmentMetadata(String, String, String, String, String, String, String, String, String, String, String, IList<String>, IList<String>, Nullable<Boolean>, SecurityAssessmentMetadataPartnerData) |
Initializes a new instance of the SecurityAssessmentMetadata class. |
SecurityAssessmentMetadata()
Initializes a new instance of the SecurityAssessmentMetadata class.
public SecurityAssessmentMetadata ();
Public Sub New ()
Applies to
SecurityAssessmentMetadata(String, String, String, String, String, String, String, String, String, String, String, IList<String>, IList<String>, Nullable<Boolean>, SecurityAssessmentMetadataPartnerData)
Initializes a new instance of the SecurityAssessmentMetadata class.
public SecurityAssessmentMetadata (string id = default, string name = default, string type = default, string severity = default, string userImpact = default, string implementationEffort = default, string assessmentType = default, string displayName = default, string policyDefinitionId = default, string description = default, string remediationDescription = default, System.Collections.Generic.IList<string> categories = default, System.Collections.Generic.IList<string> threats = default, bool? preview = default, Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataPartnerData partnerData = default);
new Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadata : string * string * string * string * string * string * string * string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<bool> * Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataPartnerData -> Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadata
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional severity As String = Nothing, Optional userImpact As String = Nothing, Optional implementationEffort As String = Nothing, Optional assessmentType As String = Nothing, Optional displayName As String = Nothing, Optional policyDefinitionId As String = Nothing, Optional description As String = Nothing, Optional remediationDescription As String = Nothing, Optional categories As IList(Of String) = Nothing, Optional threats As IList(Of String) = Nothing, Optional preview As Nullable(Of Boolean) = Nothing, Optional partnerData As SecurityAssessmentMetadataPartnerData = Nothing)
Parameters
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- severity
- String
The severity level of the assessment Possible values include: 'Low', 'Medium', 'High'
- userImpact
- String
The user impact of the assessment Possible values include: 'Low', 'Moderate', 'High'
- implementationEffort
- String
The implementation effort required to remediate this assessment Possible values include: 'Low', 'Moderate', 'High'
- assessmentType
- String
BuiltIn if the assessment based on built-in Azure Policy definition, Custom if the assessment based on custom Azure Policy definition Possible values include: 'BuiltIn', 'CustomPolicy', 'CustomerManaged', 'VerifiedPartner'
- displayName
- String
User friendly display name of the assessment
- policyDefinitionId
- String
Azure resource ID of the policy definition that turns this assessment calculation on
- description
- String
Human readable description of the assessment
- remediationDescription
- String
Human readable description of what you should do to mitigate this security issue
- partnerData
- SecurityAssessmentMetadataPartnerData
Describes the partner that created the assessment