Class ConfigurationServiceGitProperty

java.lang.Object
com.azure.resourcemanager.appplatform.models.ConfigurationServiceGitProperty

public final class ConfigurationServiceGitProperty extends Object
Property of git environment.
  • Constructor Details

    • ConfigurationServiceGitProperty

      public ConfigurationServiceGitProperty()
  • Method Details

    • repositories

      public List<ConfigurationServiceGitRepository> repositories()
      Get the repositories property: Repositories of Application Configuration Service git property.
      Returns:
      the repositories value.
    • withRepositories

      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.