ArmSecurityCenterModelFactory.CustomAssessmentAutomationCreateOrUpdateContent Method
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.
Initializes a new instance of CustomAssessmentAutomationCreateOrUpdateContent.
public static Azure.ResourceManager.SecurityCenter.Models.CustomAssessmentAutomationCreateOrUpdateContent CustomAssessmentAutomationCreateOrUpdateContent (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string compressedQuery = default, Azure.ResourceManager.SecurityCenter.Models.CustomAssessmentAutomationSupportedCloud? supportedCloud = default, Azure.ResourceManager.SecurityCenter.Models.CustomAssessmentSeverity? severity = default, string displayName = default, string description = default, string remediationDescription = default);
static member CustomAssessmentAutomationCreateOrUpdateContent : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<Azure.ResourceManager.SecurityCenter.Models.CustomAssessmentAutomationSupportedCloud> * Nullable<Azure.ResourceManager.SecurityCenter.Models.CustomAssessmentSeverity> * string * string * string -> Azure.ResourceManager.SecurityCenter.Models.CustomAssessmentAutomationCreateOrUpdateContent
Public Shared Function CustomAssessmentAutomationCreateOrUpdateContent (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional compressedQuery As String = Nothing, Optional supportedCloud As Nullable(Of CustomAssessmentAutomationSupportedCloud) = Nothing, Optional severity As Nullable(Of CustomAssessmentSeverity) = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional remediationDescription As String = Nothing) As CustomAssessmentAutomationCreateOrUpdateContent
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- compressedQuery
- String
Base 64 encoded KQL query representing the assessment automation results required.
- supportedCloud
- Nullable<CustomAssessmentAutomationSupportedCloud>
Relevant cloud for the custom assessment automation.
- severity
- Nullable<CustomAssessmentSeverity>
The severity to relate to the assessments generated by this assessment automation.
- 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.
Returns
A new CustomAssessmentAutomationCreateOrUpdateContent instance for mocking.