你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomAssessmentAutomation 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
CustomAssessmentAutomation() |
Initializes a new instance of the CustomAssessmentAutomation class. |
CustomAssessmentAutomation(String, String, String, SystemData, String, String, String, String, String, String, String) |
Initializes a new instance of the CustomAssessmentAutomation class. |
CustomAssessmentAutomation()
Initializes a new instance of the CustomAssessmentAutomation class.
public CustomAssessmentAutomation ();
Public Sub New ()
Applies to
CustomAssessmentAutomation(String, String, String, SystemData, String, String, String, String, String, String, String)
Initializes a new instance of the CustomAssessmentAutomation class.
public CustomAssessmentAutomation (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Security.Models.SystemData systemData = default, string compressedQuery = default, string supportedCloud = default, string severity = default, string displayName = default, string description = default, string remediationDescription = default, string assessmentKey = default);
new Microsoft.Azure.Management.Security.Models.CustomAssessmentAutomation : string * string * string * Microsoft.Azure.Management.Security.Models.SystemData * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Security.Models.CustomAssessmentAutomation
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional compressedQuery As String = Nothing, Optional supportedCloud As String = Nothing, Optional severity As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional remediationDescription As String = Nothing, Optional assessmentKey As String = Nothing)
Parameters
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- compressedQuery
- String
GZip encoded KQL query representing the assessment automation results required.
- supportedCloud
- String
Relevant cloud for the custom assessment automation. Possible values include: 'AWS', 'GCP'
- severity
- String
The severity to relate to the assessments generated by this assessment automation. Possible values include: 'High', 'Medium', 'Low'
- displayName
- String
The display name of the assessments generated by this assessment automation.
- description
- String
The description to relate to the assessments generated by this assessment automation.
- remediationDescription
- String
The remediation description to relate to the assessments generated by this assessment automation.
- assessmentKey
- String
The assessment metadata key used when an assessment is generated for this assessment automation.