ArmSecurityCenterModelFactory.SecurityAutomationScope(String, String) Method

Definition

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.

Applies to