ArmSecurityCenterModelFactory.SecurityAutomationScope(String, 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.SecurityAutomationScope SecurityAutomationScope(string description = default, string scopePath = default);
static member SecurityAutomationScope : string * string -> Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationScope
Public Shared Function SecurityAutomationScope (Optional description As String = Nothing, Optional scopePath As String = Nothing) As SecurityAutomationScope
Parameters
- description
- String
The resources scope description.
- scopePath
- String
The resources scope path. Can be the subscription on which the automation is defined on or a resource group under that subscription (fully qualified Azure resource IDs).
Returns
A new SecurityAutomationScope instance for mocking.