Class AdaptiveApplicationControlIssueSummary

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

public final class AdaptiveApplicationControlIssueSummary extends Object
Represents a summary of the alerts of the machine group.
  • Constructor Details

    • AdaptiveApplicationControlIssueSummary

      public AdaptiveApplicationControlIssueSummary()
  • Method Details

    • issue

      Get the issue property: An alert that machines within a group can have.
      Returns:
      the issue value.
    • withIssue

      Set the issue property: An alert that machines within a group can have.
      Parameters:
      issue - the issue value to set.
      Returns:
      the AdaptiveApplicationControlIssueSummary object itself.
    • numberOfVms

      public Float numberOfVms()
      Get the numberOfVms property: The number of machines in the group that have this alert.
      Returns:
      the numberOfVms value.
    • withNumberOfVms

      public AdaptiveApplicationControlIssueSummary withNumberOfVms(Float numberOfVms)
      Set the numberOfVms property: The number of machines in the group that have this alert.
      Parameters:
      numberOfVms - the numberOfVms value to set.
      Returns:
      the AdaptiveApplicationControlIssueSummary object itself.
    • validate

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