Class ConfigurationServiceGitProperty
java.lang.Object
com.azure.resourcemanager.appplatform.models.ConfigurationServiceGitProperty
Property of git environment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the repositories property: Repositories of Application Configuration Service git property.voidvalidate()Validates the instance.withRepositories(List<ConfigurationServiceGitRepository> repositories) Set the repositories property: Repositories of Application Configuration Service git property.
-
Constructor Details
-
ConfigurationServiceGitProperty
public ConfigurationServiceGitProperty()
-
-
Method Details
-
repositories
Get the repositories property: Repositories of Application Configuration Service git property.- Returns:
- the repositories value.
-
withRepositories
public ConfigurationServiceGitProperty withRepositories(List<ConfigurationServiceGitRepository> repositories) Set the repositories property: Repositories of Application Configuration Service git property.- Parameters:
repositories- the repositories value to set.- Returns:
- the ConfigurationServiceGitProperty object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-