Share via


AlertEntity Constructors

Definition

Overloads

AlertEntity()

Initializes a new instance of the AlertEntity class.

AlertEntity(IDictionary<String,Object>, String)

Initializes a new instance of the AlertEntity class.

AlertEntity()

Initializes a new instance of the AlertEntity class.

public AlertEntity ();
Public Sub New ()

Applies to

AlertEntity(IDictionary<String,Object>, String)

Initializes a new instance of the AlertEntity class.

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

Parameters

additionalProperties
IDictionary<String,Object>

Changing set of properties depending on the entity type.

type
String

Type of entity

Applies to