Partager via


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<SpringApp> getAppBindings()

Gets the apps that have bindings to this Configuration Service.

abstract ConfigurationServiceGitRepository 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:

default branch in the Configuration Service

cpu

public abstract Double cpu()

Gets the CPU for the Configuration Service.

Returns:

CPU for the Configuration Service

filePatterns

public abstract List filePatterns()

Gets default file patterns in the Configuration Service.

Returns:

default file patterns in the Configuration Service

getAppBindings

public abstract List getAppBindings()

Gets the apps that have bindings to this Configuration Service.

Returns:

apps that have bindings to this Configuration Service

getGitRepository

public abstract 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

gitUri

public abstract String gitUri()

Gets default git URI in the Configuration Service.

Returns:

default git URI in the Configuration Service

memory

public abstract Double memory()

Gets the memory for the Configuration Service.

Returns:

memory for the Configuration Service, 1 GB can be represented by 1Gi or 1024Mi

Applies to