Uses of Class
com.azure.resourcemanager.appplatform.models.ConfigServerGitProperty
Packages that use ConfigServerGitProperty
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of ConfigServerGitProperty in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ConfigServerGitPropertyModifier and TypeMethodDescriptionConfigServerSettings.gitProperty()Get the gitProperty property: Property of git environment.ConfigServerGitProperty.withHostKey(String hostKey) Set the hostKey property: Public sshKey of git repository.ConfigServerGitProperty.withHostKeyAlgorithm(String hostKeyAlgorithm) Set the hostKeyAlgorithm property: SshKey algorithm of git repository.Set the label property: Label of the repository.ConfigServerGitProperty.withPassword(String password) Set the password property: Password of git repository basic auth.ConfigServerGitProperty.withPrivateKey(String privateKey) Set the privateKey property: Private sshKey algorithm of git repository.ConfigServerGitProperty.withRepositories(List<GitPatternRepository> repositories) Set the repositories property: Repositories of git.ConfigServerGitProperty.withSearchPaths(List<String> searchPaths) Set the searchPaths property: Searching path of the repository.ConfigServerGitProperty.withStrictHostKeyChecking(Boolean strictHostKeyChecking) Set the strictHostKeyChecking property: Strict host key checking or not.Set the uri property: URI of the repository.ConfigServerGitProperty.withUsername(String username) Set the username property: Username of git repository basic auth.Methods in com.azure.resourcemanager.appplatform.models with parameters of type ConfigServerGitPropertyModifier and TypeMethodDescriptionSpringService.DefinitionStages.WithConfiguration.withGitConfig(ConfigServerGitProperty gitConfig) Specifies the git repository for the spring service.SpringService.UpdateStages.WithConfiguration.withGitConfig(ConfigServerGitProperty gitConfig) (Basic/Standard Tier Only) Specifies the git repository for the spring service.ConfigServerSettings.withGitProperty(ConfigServerGitProperty gitProperty) Set the gitProperty property: Property of git environment.