Class ApplicationInner

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

public final class ApplicationInner extends com.azure.core.management.ProxyResource
Security Application over a given scope.
  • Constructor Details

    • ApplicationInner

      public ApplicationInner()
  • Method Details

    • displayName

      public String displayName()
      Get the displayName property: display name of the application.
      Returns:
      the displayName value.
    • withDisplayName

      public ApplicationInner withDisplayName(String displayName)
      Set the displayName property: display name of the application.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the ApplicationInner object itself.
    • description

      public String description()
      Get the description property: description of the application.
      Returns:
      the description value.
    • withDescription

      public ApplicationInner withDescription(String description)
      Set the description property: description of the application.
      Parameters:
      description - the description value to set.
      Returns:
      the ApplicationInner object itself.
    • sourceResourceType

      public ApplicationSourceResourceType sourceResourceType()
      Get the sourceResourceType property: The application source, what it affects, e.g. Assessments.
      Returns:
      the sourceResourceType value.
    • withSourceResourceType

      public ApplicationInner withSourceResourceType(ApplicationSourceResourceType sourceResourceType)
      Set the sourceResourceType property: The application source, what it affects, e.g. Assessments.
      Parameters:
      sourceResourceType - the sourceResourceType value to set.
      Returns:
      the ApplicationInner object itself.
    • conditionSets

      public List<Object> conditionSets()
      Get the conditionSets property: The application conditionSets - see examples.
      Returns:
      the conditionSets value.
    • withConditionSets

      public ApplicationInner withConditionSets(List<Object> conditionSets)
      Set the conditionSets property: The application conditionSets - see examples.
      Parameters:
      conditionSets - the conditionSets value to set.
      Returns:
      the ApplicationInner object itself.
    • validate

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