你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomAssessmentAutomationProperties 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 the Custom Assessment Automation properties
public class CustomAssessmentAutomationProperties
type CustomAssessmentAutomationProperties = class
Public Class CustomAssessmentAutomationProperties
- Inheritance
-
CustomAssessmentAutomationProperties
Constructors
CustomAssessmentAutomationProperties() |
Initializes a new instance of the CustomAssessmentAutomationProperties class. |
CustomAssessmentAutomationProperties(String, String, String, String, String, String, String) |
Initializes a new instance of the CustomAssessmentAutomationProperties class. |
Properties
AssessmentKey |
Gets or sets the assessment metadata key used when an assessment is generated for this assessment automation. |
CompressedQuery |
Gets or sets gZip encoded KQL query representing the assessment automation results required. |
Description |
Gets or sets the description to relate to the assessments generated by this assessment automation. |
DisplayName |
Gets or sets the display name of the assessments generated by this assessment automation. |
RemediationDescription |
Gets or sets the remediation description to relate to the assessments generated by this assessment automation. |
Severity |
Gets or sets the severity to relate to the assessments generated by this assessment automation. Possible values include: 'High', 'Medium', 'Low' |
SupportedCloud |
Gets or sets relevant cloud for the custom assessment automation. Possible values include: 'AWS', 'GCP' |