Interface SpringConfigurationService

All Superinterfaces:
ChildResource<SpringService>, ExternalChildResource<SpringConfigurationService,SpringService>, HasInnerModel<ConfigurationServiceResourceInner>, HasName, HasParent<SpringService>, Indexable, Refreshable<SpringConfigurationService>

(Enterprise Tier Only) An immutable client-side representation of an Azure Spring Cloud Configuration Service.
  • Method Details

    • cpu

      Double cpu()
      Gets the CPU for the Configuration Service.
      Returns:
      CPU for the Configuration Service
    • memory

      Double memory()
      Gets the memory for the Configuration Service.
      Returns:
      memory for the Configuration Service, 1 GB can be represented by 1Gi or 1024Mi
    • gitUri

      String gitUri()
      Gets default git URI in the Configuration Service.
      Returns:
      default git URI in the Configuration Service
    • filePatterns

      List<String> filePatterns()
      Gets default file patterns in the Configuration Service.
      Returns:
      default file patterns in the Configuration Service
    • branch

      String branch()
      Gets default branch in the Configuration Service.
      Returns:
      default branch in the Configuration Service
    • getGitRepository

      ConfigurationServiceGitRepository getGitRepository(String name)
      Get git repository config by name.
      Parameters:
      name - name of the git repository in the Configuration Service
      Returns:
      git repository config
    • getAppBindings

      List<SpringApp> getAppBindings()
      Gets the apps that have bindings to this Configuration Service.
      Returns:
      apps that have bindings to this Configuration Service