ArmSecurityCenterModelFactory.HealthDataClassification Method

Definition

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.

Applies to