Partager via


AlertPropertiesSupportingEvidence Constructors

Definition

Overloads

AlertPropertiesSupportingEvidence()

Initializes a new instance of the AlertPropertiesSupportingEvidence class.

AlertPropertiesSupportingEvidence(IDictionary<String,Object>, String)

Initializes a new instance of the AlertPropertiesSupportingEvidence class.

AlertPropertiesSupportingEvidence()

Initializes a new instance of the AlertPropertiesSupportingEvidence class.

public AlertPropertiesSupportingEvidence ();
Public Sub New ()

Applies to

AlertPropertiesSupportingEvidence(IDictionary<String,Object>, String)

Initializes a new instance of the AlertPropertiesSupportingEvidence class.

public AlertPropertiesSupportingEvidence (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string type = default);
new Microsoft.Azure.Management.Security.Models.AlertPropertiesSupportingEvidence : System.Collections.Generic.IDictionary<string, obj> * string -> Microsoft.Azure.Management.Security.Models.AlertPropertiesSupportingEvidence
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 supportingEvidence type.

type
String

Type of the supportingEvidence

Applies to