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
Modifier and TypeMethodDescriptionbranch()Gets default branch in the Configuration Service.cpu()Gets the CPU for the Configuration Service.Gets default file patterns in the Configuration Service.Gets the apps that have bindings to this Configuration Service.getGitRepository(String name) Get git repository config by name.gitUri()Gets default git URI in the Configuration Service.memory()Gets the memory for the Configuration Service.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()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
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
Get git repository config by name.- Parameters:
name- name of the git repository in the Configuration Service- Returns:
- git repository config
-
getAppBindings
Gets the apps that have bindings to this Configuration Service.- Returns:
- apps that have bindings to this Configuration Service
-