Class ApplicationProperties

java.lang.Object
com.azure.resourcemanager.security.fluent.models.ApplicationProperties

public final class ApplicationProperties extends Object
Describes properties of an application.
  • Constructor Details

    • ApplicationProperties

      public ApplicationProperties()
  • Method Details

    • displayName

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

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

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

      public ApplicationProperties withDescription(String description)
      Set the description property: description of the application.
      Parameters:
      description - the description value to set.
      Returns:
      the ApplicationProperties 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 ApplicationProperties 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 ApplicationProperties object itself.
    • conditionSets

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

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

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