Class AlertSimulatorRequestBody

java.lang.Object
com.azure.resourcemanager.security.models.AlertSimulatorRequestBody

public final class AlertSimulatorRequestBody extends Object
Alert Simulator request body.
  • Constructor Details

    • AlertSimulatorRequestBody

      public AlertSimulatorRequestBody()
  • Method Details

    • properties

      public AlertSimulatorRequestProperties properties()
      Get the properties property: Alert Simulator request body data.
      Returns:
      the properties value.
    • withProperties

      public AlertSimulatorRequestBody withProperties(AlertSimulatorRequestProperties properties)
      Set the properties property: Alert Simulator request body data.
      Parameters:
      properties - the properties value to set.
      Returns:
      the AlertSimulatorRequestBody object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.