AlertSimulatorRequestBody Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.