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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET