Class AlertPropertiesSupportingEvidence

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

public final class AlertPropertiesSupportingEvidence extends Object
Changing set of properties depending on the supportingEvidence type.
  • Constructor Details

    • AlertPropertiesSupportingEvidence

      public AlertPropertiesSupportingEvidence()
  • Method Details

    • type

      public String type()
      Get the type property: Type of the supportingEvidence.
      Returns:
      the type value.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: Changing set of properties depending on the supportingEvidence type.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public AlertPropertiesSupportingEvidence withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Changing set of properties depending on the supportingEvidence type.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the AlertPropertiesSupportingEvidence object itself.
    • validate

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