Share via


ScopeElement Constructors

Definition

Overloads

ScopeElement()

Initializes a new instance of the ScopeElement class.

ScopeElement(IDictionary<String,Object>, String)

Initializes a new instance of the ScopeElement class.

ScopeElement()

Initializes a new instance of the ScopeElement class.

public ScopeElement ();
Public Sub New ()

Applies to

ScopeElement(IDictionary<String,Object>, String)

Initializes a new instance of the ScopeElement class.

public ScopeElement (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string field = default);
new Microsoft.Azure.Management.Security.Models.ScopeElement : System.Collections.Generic.IDictionary<string, obj> * string -> Microsoft.Azure.Management.Security.Models.ScopeElement
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional field As String = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

A more specific scope used to identify the alerts to suppress.

field
String

The alert entity type to suppress by.

Applies to