Partilhar via


ArmSecurityInsightsModelFactory.SecurityInsightsIncidentLabel Method

Definition

Initializes a new instance of SecurityInsightsIncidentLabel.

public static Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentLabel SecurityInsightsIncidentLabel (string labelName = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentLabelType? labelType = default);
static member SecurityInsightsIncidentLabel : string * Nullable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentLabelType> -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentLabel
Public Shared Function SecurityInsightsIncidentLabel (Optional labelName As String = Nothing, Optional labelType As Nullable(Of SecurityInsightsIncidentLabelType) = Nothing) As SecurityInsightsIncidentLabel

Parameters

labelName
String

The name of the label.

labelType
Nullable<SecurityInsightsIncidentLabelType>

The type of the label.

Returns

A new SecurityInsightsIncidentLabel instance for mocking.

Applies to