Interface Application


public interface Application
An immutable client-side representation of Application.
  • 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.
    • displayName

      String displayName()
      Gets the displayName property: display name of the application.
      Returns:
      the displayName value.
    • description

      String description()
      Gets the description property: description of the application.
      Returns:
      the description value.
    • sourceResourceType

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

      List<Object> conditionSets()
      Gets the conditionSets property: The application conditionSets - see examples.
      Returns:
      the conditionSets value.
    • innerModel

      ApplicationInner innerModel()
      Gets the inner com.azure.resourcemanager.security.fluent.models.ApplicationInner object.
      Returns:
      the inner object.
    • update

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

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

      Application 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.