Interface ApplicationDefinition


public interface ApplicationDefinition
An immutable client-side representation of ApplicationDefinition.
  • 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: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • managedBy

      String managedBy()
      Gets the managedBy property: ID of the resource that manages this resource.
      Returns:
      the managedBy value.
    • sku

      Sku sku()
      Gets the sku property: The SKU of the resource.
      Returns:
      the sku value.
    • identity

      Identity identity()
      Gets the identity property: The identity of the resource.
      Returns:
      the identity value.
    • lockLevel

      Gets the lockLevel property: The managed application lock level.
      Returns:
      the lockLevel value.
    • displayName

      String displayName()
      Gets the displayName property: The managed application definition display name.
      Returns:
      the displayName value.
    • isEnabled

      String isEnabled()
      Gets the isEnabled property: A value indicating whether the package is enabled or not.
      Returns:
      the isEnabled value.
    • authorizations

      Gets the authorizations property: The managed application provider authorizations.
      Returns:
      the authorizations value.
    • artifacts

      Gets the artifacts property: The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition.
      Returns:
      the artifacts value.
    • description

      String description()
      Gets the description property: The managed application definition description.
      Returns:
      the description value.
    • packageFileUri

      String packageFileUri()
      Gets the packageFileUri property: The managed application definition package file Uri. Use this element.
      Returns:
      the packageFileUri value.
    • mainTemplate

      Object mainTemplate()
      Gets the mainTemplate property: The inline main template json which has resources to be provisioned. It can be a JObject or well-formed JSON string.
      Returns:
      the mainTemplate value.
    • createUiDefinition

      Object createUiDefinition()
      Gets the createUiDefinition property: The createUiDefinition json for the backing template with Microsoft.Solutions/applications resource. It can be a JObject or well-formed JSON string.
      Returns:
      the createUiDefinition 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.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      Gets the inner com.azure.resourcemanager.managedapplications.fluent.models.ApplicationDefinitionInner object.
      Returns:
      the inner object.
    • update

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

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

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