RedTeam(TargetConfig) Constructor
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 RedTeam.
public RedTeam(Azure.AI.Projects.TargetConfig target);
new Azure.AI.Projects.RedTeam : Azure.AI.Projects.TargetConfig -> Azure.AI.Projects.RedTeam
Public Sub New (target As TargetConfig)
Parameters
- target
- TargetConfig
Target configuration for the red-team run.
Exceptions
target is null.