Interface SpringConfigurationService
- All Superinterfaces:
ChildResource<SpringService>,ExternalChildResource<SpringConfigurationService,,SpringService> HasInnerModel<ConfigurationServiceResourceInner>,HasName,HasParent<SpringService>,Indexable,Refreshable<SpringConfigurationService>
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
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.ExternalChildResource
idMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
cpu
Double cpu()- Returns:
- cpu for the Configuration Service
-
memory
Double memory()- Returns:
- memory for the Configuration Service, 1 GB can be represented by 1Gi or 1024Mi
-
gitUri
String gitUri()- Returns:
- default git URI in the Configuration Service
-
filePatterns
- Returns:
- default file patterns in the Configuration Service
-
branch
String branch()- Returns:
- default branch in the Configuration Service
-
getGitRepository
Get git repository config by name.- Parameters:
name- name of the git repository in the Configuration Service- Returns:
- git repository config
-
getAppBindings
- Returns:
- apps that have bindings to this Configuration Service
-