你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomAssessmentAutomationRequestProperties Constructors

Definition

Overloads

CustomAssessmentAutomationRequestProperties()

Initializes a new instance of the CustomAssessmentAutomationRequestProperties class.

CustomAssessmentAutomationRequestProperties(String, String, String, String, String, String)

Initializes a new instance of the CustomAssessmentAutomationRequestProperties class.

CustomAssessmentAutomationRequestProperties()

Initializes a new instance of the CustomAssessmentAutomationRequestProperties class.

public CustomAssessmentAutomationRequestProperties ();
Public Sub New ()

Applies to

CustomAssessmentAutomationRequestProperties(String, String, String, String, String, String)

Initializes a new instance of the CustomAssessmentAutomationRequestProperties class.

public CustomAssessmentAutomationRequestProperties (string compressedQuery = default, string supportedCloud = default, string severity = default, string displayName = default, string description = default, string remediationDescription = default);
new Microsoft.Azure.Management.Security.Models.CustomAssessmentAutomationRequestProperties : string * string * string * string * string * string -> Microsoft.Azure.Management.Security.Models.CustomAssessmentAutomationRequestProperties
Public Sub New (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)

Parameters

compressedQuery
String

Base 64 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.

Applies to