Aracılığıyla paylaş


AlertSimulatorRequestBody Constructors

Definition

Overloads

AlertSimulatorRequestBody()

Initializes a new instance of the AlertSimulatorRequestBody class.

AlertSimulatorRequestBody(AlertSimulatorRequestProperties)

Initializes a new instance of the AlertSimulatorRequestBody class.

AlertSimulatorRequestBody()

Initializes a new instance of the AlertSimulatorRequestBody class.

public AlertSimulatorRequestBody ();
Public Sub New ()

Applies to

AlertSimulatorRequestBody(AlertSimulatorRequestProperties)

Initializes a new instance of the AlertSimulatorRequestBody class.

public AlertSimulatorRequestBody (Microsoft.Azure.Management.Security.Models.AlertSimulatorRequestProperties properties = default);
new Microsoft.Azure.Management.Security.Models.AlertSimulatorRequestBody : Microsoft.Azure.Management.Security.Models.AlertSimulatorRequestProperties -> Microsoft.Azure.Management.Security.Models.AlertSimulatorRequestBody
Public Sub New (Optional properties As AlertSimulatorRequestProperties = Nothing)

Parameters

properties
AlertSimulatorRequestProperties

Alert Simulator request body data.

Applies to