SpringConfigurationService Interface
Implements
public interface SpringConfigurationService
extends ExternalChildResource<SpringConfigurationService,SpringService>, HasInnerModel<ConfigurationServiceResourceInner>
(Enterprise Tier Only) An immutable client-side representation of an Azure Spring Cloud Configuration Service.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
branch()
Gets default branch in the Configuration Service. |
abstract Double |
cpu()
Gets the CPU for the Configuration Service. |
abstract List<String> |
filePatterns()
Gets default file patterns in the Configuration Service. |
abstract
List<Spring |
getAppBindings()
Gets the apps that have bindings to this Configuration Service. |
abstract
Configuration |
getGitRepository(String name)
Get git repository config by name. |
abstract String |
gitUri()
Gets default git URI in the Configuration Service. |
abstract Double |
memory()
Gets the memory for the Configuration Service. |
Method Details
branch
public abstract String branch()
Gets default branch in the Configuration Service.
Returns:
cpu
public abstract Double cpu()
Gets the CPU for the Configuration Service.
Returns:
filePatterns
public abstract List
Gets default file patterns in the Configuration Service.
Returns:
getAppBindings
public abstract List
Gets the apps that have bindings to this Configuration Service.
Returns:
getGitRepository
public abstract ConfigurationServiceGitRepository getGitRepository(String name)
Get git repository config by name.
Parameters:
Returns:
gitUri
public abstract String gitUri()
Gets default git URI in the Configuration Service.
Returns:
memory
public abstract Double memory()
Gets the memory for the Configuration Service.
Returns:
Applies to
Azure SDK for Java