Uses of Class
com.azure.resourcemanager.appplatform.models.ConfigurationServiceGitRepository
Packages that use ConfigurationServiceGitRepository
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of ConfigurationServiceGitRepository in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ConfigurationServiceGitRepositoryModifier and TypeMethodDescriptionConfigurationServiceGitRepository.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConfigurationServiceGitRepository from the JsonReader.SpringConfigurationService.getGitRepository(String name) Get git repository config by name.ConfigurationServiceGitRepository.withCaCertResourceId(String caCertResourceId) Set the caCertResourceId property: Resource Id of CA certificate for https URL of Git repository.ConfigurationServiceGitRepository.withGitImplementation(GitImplementation gitImplementation) Set the gitImplementation property: Git libraries used to support various repository providers.ConfigurationServiceGitRepository.withHostKey(String hostKey) Set the hostKey property: Public sshKey of git repository.ConfigurationServiceGitRepository.withHostKeyAlgorithm(String hostKeyAlgorithm) Set the hostKeyAlgorithm property: SshKey algorithm of git repository.Set the label property: Label of the repository.Set the name property: Name of the repository.ConfigurationServiceGitRepository.withPassword(String password) Set the password property: Password of git repository basic auth.ConfigurationServiceGitRepository.withPatterns(List<String> patterns) Set the patterns property: Collection of patterns of the repository.ConfigurationServiceGitRepository.withPrivateKey(String privateKey) Set the privateKey property: Private sshKey algorithm of git repository.ConfigurationServiceGitRepository.withSearchPaths(List<String> searchPaths) Set the searchPaths property: Searching path of the repository.ConfigurationServiceGitRepository.withStrictHostKeyChecking(Boolean strictHostKeyChecking) Set the strictHostKeyChecking property: Strict host key checking or not.Set the uri property: URI of the repository.ConfigurationServiceGitRepository.withUsername(String username) Set the username property: Username of git repository basic auth.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ConfigurationServiceGitRepositoryModifier and TypeMethodDescriptionConfigurationServiceGitProperty.repositories()Get the repositories property: Repositories of Application Configuration Service git property.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type ConfigurationServiceGitRepositoryModifier and TypeMethodDescriptionConfigurationServiceGitProperty.withRepositories(List<ConfigurationServiceGitRepository> repositories) Set the repositories property: Repositories of Application Configuration Service git property.