Class AdaptiveApplicationControlGroupInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.security.fluent.models.AdaptiveApplicationControlGroupInner

public final class AdaptiveApplicationControlGroupInner extends com.azure.core.management.ProxyResource
The AdaptiveApplicationControlGroup model.
  • Constructor Details

    • AdaptiveApplicationControlGroupInner

      public AdaptiveApplicationControlGroupInner()
  • Method Details

    • location

      public String location()
      Get the location property: Location where the resource is stored.
      Returns:
      the location value.
    • enforcementMode

      public EnforcementMode enforcementMode()
      Get the enforcementMode property: The application control policy enforcement/protection mode of the machine group.
      Returns:
      the enforcementMode value.
    • withEnforcementMode

      public AdaptiveApplicationControlGroupInner withEnforcementMode(EnforcementMode enforcementMode)
      Set the enforcementMode property: The application control policy enforcement/protection mode of the machine group.
      Parameters:
      enforcementMode - the enforcementMode value to set.
      Returns:
      the AdaptiveApplicationControlGroupInner object itself.
    • protectionMode

      public ProtectionMode protectionMode()
      Get the protectionMode property: The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
      Returns:
      the protectionMode value.
    • withProtectionMode

      public AdaptiveApplicationControlGroupInner withProtectionMode(ProtectionMode protectionMode)
      Set the protectionMode property: The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
      Parameters:
      protectionMode - the protectionMode value to set.
      Returns:
      the AdaptiveApplicationControlGroupInner object itself.
    • configurationStatus

      public ConfigurationStatus configurationStatus()
      Get the configurationStatus property: The configuration status of the machines group or machine or rule.
      Returns:
      the configurationStatus value.
    • recommendationStatus

      public RecommendationStatus recommendationStatus()
      Get the recommendationStatus property: The initial recommendation status of the machine group or machine.
      Returns:
      the recommendationStatus value.
    • issues

      Get the issues property: The issues property.
      Returns:
      the issues value.
    • sourceSystem

      public SourceSystem sourceSystem()
      Get the sourceSystem property: The source type of the machine group.
      Returns:
      the sourceSystem value.
    • vmRecommendations

      public List<VmRecommendation> vmRecommendations()
      Get the vmRecommendations property: The vmRecommendations property.
      Returns:
      the vmRecommendations value.
    • withVmRecommendations

      public AdaptiveApplicationControlGroupInner withVmRecommendations(List<VmRecommendation> vmRecommendations)
      Set the vmRecommendations property: The vmRecommendations property.
      Parameters:
      vmRecommendations - the vmRecommendations value to set.
      Returns:
      the AdaptiveApplicationControlGroupInner object itself.
    • pathRecommendations

      public List<PathRecommendation> pathRecommendations()
      Get the pathRecommendations property: The pathRecommendations property.
      Returns:
      the pathRecommendations value.
    • withPathRecommendations

      public AdaptiveApplicationControlGroupInner withPathRecommendations(List<PathRecommendation> pathRecommendations)
      Set the pathRecommendations property: The pathRecommendations property.
      Parameters:
      pathRecommendations - the pathRecommendations value to set.
      Returns:
      the AdaptiveApplicationControlGroupInner object itself.
    • validate

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