Interface AdaptiveApplicationControlGroup


public interface AdaptiveApplicationControlGroup
An immutable client-side representation of AdaptiveApplicationControlGroup.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

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

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

      ProtectionMode protectionMode()
      Gets 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.
    • configurationStatus

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

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

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

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

      List<VmRecommendation> vmRecommendations()
      Gets the vmRecommendations property: The vmRecommendations property.
      Returns:
      the vmRecommendations value.
    • pathRecommendations

      List<PathRecommendation> pathRecommendations()
      Gets the pathRecommendations property: The pathRecommendations property.
      Returns:
      the pathRecommendations value.
    • region

      com.azure.core.management.Region region()
      Gets the region of the resource.
      Returns:
      the region of the resource.
    • regionName

      String regionName()
      Gets the name of the resource region.
      Returns:
      the name of the resource region.
    • innerModel

      Gets the inner com.azure.resourcemanager.security.fluent.models.AdaptiveApplicationControlGroupInner object.
      Returns:
      the inner object.
    • update

      Begins update for the AdaptiveApplicationControlGroup resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      AdaptiveApplicationControlGroup refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.