Uses of Class
com.azure.resourcemanager.appplatform.models.ConfigurationServiceGitProperty
Packages that use ConfigurationServiceGitProperty
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of ConfigurationServiceGitProperty in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ConfigurationServiceGitPropertyModifier and TypeMethodDescriptionConfigurationServiceGitProperty.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConfigurationServiceGitProperty from the JsonReader.ConfigurationServiceSettings.gitProperty()Get the gitProperty property: Property of git environment.ConfigurationServiceGitProperty.withRepositories(List<ConfigurationServiceGitRepository> repositories) Set the repositories property: Repositories of Application Configuration Service git property.Methods in com.azure.resourcemanager.appplatform.models with parameters of type ConfigurationServiceGitPropertyModifier and TypeMethodDescriptionConfigurationServiceSettings.withGitProperty(ConfigurationServiceGitProperty gitProperty) Set the gitProperty property: Property of git environment.SpringService.DefinitionStages.WithConfigurationService.withGitRepositoryConfig(ConfigurationServiceGitProperty gitConfig) Specifies complete git repository configuration for the spring service.SpringService.UpdateStages.WithConfiguration.withGitRepositoryConfig(ConfigurationServiceGitProperty gitConfig) (Enterprise Tier Only) Specifies complete git repository configuration for the spring service.