ArmSecurityCenterModelFactory.HealthDataClassification 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.HealthDataClassification HealthDataClassification(string component = default, string scenario = default, string scope = default);
static member HealthDataClassification : string * string * string -> Azure.ResourceManager.SecurityCenter.Models.HealthDataClassification
Public Shared Function HealthDataClassification (Optional component As String = Nothing, Optional scenario As String = Nothing, Optional scope As String = Nothing) As HealthDataClassification
Parameters
- component
- String
The component describes the name of the agent/service that scans the issue.
- scenario
- String
The scenario describes the health scenario issue of the component.
- scope
- String
The resource scope of the health report.
Returns
A new HealthDataClassification instance for mocking.