Partilhar via


SuppressionAlertsScope Constructors

Definition

Overloads

SuppressionAlertsScope()

Initializes a new instance of the SuppressionAlertsScope class.

SuppressionAlertsScope(IList<ScopeElement>)

Initializes a new instance of the SuppressionAlertsScope class.

SuppressionAlertsScope()

Initializes a new instance of the SuppressionAlertsScope class.

public SuppressionAlertsScope ();
Public Sub New ()

Applies to

SuppressionAlertsScope(IList<ScopeElement>)

Initializes a new instance of the SuppressionAlertsScope class.

public SuppressionAlertsScope (System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.ScopeElement> allOf);
new Microsoft.Azure.Management.Security.Models.SuppressionAlertsScope : System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.ScopeElement> -> Microsoft.Azure.Management.Security.Models.SuppressionAlertsScope
Public Sub New (allOf As IList(Of ScopeElement))

Parameters

allOf
IList<ScopeElement>

All the conditions inside need to be true in order to suppress the alert

Applies to