ArmSecurityInsightsModelFactory.SecurityInsightsIncidentLabel 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.
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET