ArmSecurityCenterModelFactory.SecurityAutomationAction(String) 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.
public static Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationAction SecurityAutomationAction(string actionType = default);
static member SecurityAutomationAction : string -> Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationAction
Public Shared Function SecurityAutomationAction (Optional actionType As String = Nothing) As SecurityAutomationAction
Parameters
- actionType
- String
The type of the action that will be triggered by the Automation.
Returns
A new SecurityAutomationAction instance for mocking.