Partager via


AlertSimulatorRequestProperties Constructors

Definition

Overloads

AlertSimulatorRequestProperties()

Initializes a new instance of the AlertSimulatorRequestProperties class.

AlertSimulatorRequestProperties(IDictionary<String,Object>)

Initializes a new instance of the AlertSimulatorRequestProperties class.

AlertSimulatorRequestProperties()

Initializes a new instance of the AlertSimulatorRequestProperties class.

public AlertSimulatorRequestProperties ();
Public Sub New ()

Applies to

AlertSimulatorRequestProperties(IDictionary<String,Object>)

Initializes a new instance of the AlertSimulatorRequestProperties class.

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

Parameters

additionalProperties
IDictionary<String,Object>

Describes properties of an alert simulation request

Applies to