Interface SpringApp

All Superinterfaces:
ChildResource<SpringService>, ExternalChildResource<SpringApp,SpringService>, HasInnerModel<AppResourceInner>, HasName, HasParent<SpringService>, Indexable, Refreshable<SpringApp>, Updatable<SpringApp.Update>

An immutable client-side representation of an Azure Spring App.
  • Method Details

    • isPublic

      boolean isPublic()
      Check whether the app exposes public endpoint.
      Returns:
      whether the app exposes public endpoint
    • isHttpsOnly

      boolean isHttpsOnly()
      Check whether only HTTPS is allowed for the app.
      Returns:
      whether only HTTPS is allowed for the app
    • url

      String url()
      Gets the URL of the app.
      Returns:
      the URL of the app
    • fqdn

      String fqdn()
      Gets the fully qualified domain name (FQDN) of the app.
      Returns:
      the fully qualified domain name (FQDN) of the app
    • temporaryDisk

      TemporaryDisk temporaryDisk()
      Gets the temporary disk of the app.
      Returns:
      the temporary disk of the app
    • persistentDisk

      PersistentDisk persistentDisk()
      Gets the persistent disk of the app.
      Returns:
      the persistent disk of the app
    • identity

      Gets the identity property of the app.
      Returns:
      the identity property of the app
    • activeDeploymentName

      String activeDeploymentName()
      Gets the active deployment name.
      Returns:
      the active deployment name
    • getActiveDeployment

      SpringAppDeployment getActiveDeployment()
      Gets the active deployment.
      Returns:
      the active deployment
    • getActiveDeploymentAsync

      Mono<SpringAppDeployment> getActiveDeploymentAsync()
      Gets the active deployment.
      Returns:
      the active deployment
    • deployments

      Gets the entry point of the spring app deployment.
      Type Parameters:
      T - derived type of SpringAppDeployment.DefinitionStages.WithCreate
      Returns:
      the entry point of the spring app deployment
    • serviceBindings

      SpringAppServiceBindings serviceBindings()
      Gets the entry point of the spring app service binding.
      Returns:
      the entry point of the spring app service binding
    • customDomains

      SpringAppDomains customDomains()
      Gets the entry point of the spring app custom domain.
      Returns:
      the entry point of the spring app custom domain
    • getResourceUploadUrlAsync

      Mono<ResourceUploadDefinition> getResourceUploadUrlAsync()
      Gets the blob url to upload deployment
      Returns:
      the blob url to upload deployment
    • getResourceUploadUrl

      ResourceUploadDefinition getResourceUploadUrl()
      Gets the blob url to upload deployment
      Returns:
      the blob url to upload deployment.
    • hasConfigurationServiceBinding

      boolean hasConfigurationServiceBinding()
      Check whether this app has binding to the default Configuration Service. (Enterprise Tier Only)
      Returns:
      whether this app has binding to the default Configuration Service
    • hasServiceRegistryBinding

      boolean hasServiceRegistryBinding()
      Check whether this app has binding to the default Service Registry. (Enterprise Tier Only)
      Returns:
      whether this app has binding to the default Service Registry