你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomAssessmentAutomationRequest 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.
Custom Assessment Automation request
[Microsoft.Rest.Serialization.JsonTransformation]
public class CustomAssessmentAutomationRequest : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CustomAssessmentAutomationRequest = class
inherit Resource
Public Class CustomAssessmentAutomationRequest
Inherits Resource
- Inheritance
- Attributes
Constructors
CustomAssessmentAutomationRequest() |
Initializes a new instance of the CustomAssessmentAutomationRequest class. |
CustomAssessmentAutomationRequest(String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the CustomAssessmentAutomationRequest class. |
Properties
CompressedQuery |
Gets or sets base 64 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. |
Id |
Gets resource Id (Inherited from Resource) |
Name |
Gets resource name (Inherited from Resource) |
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' |
Type |
Gets resource type (Inherited from Resource) |