Uses of Class
com.azure.resourcemanager.appplatform.models.GitPatternRepository
Packages that use GitPatternRepository
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of GitPatternRepository in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return GitPatternRepositoryModifier and TypeMethodDescriptionstatic GitPatternRepositoryGitPatternRepository.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GitPatternRepository from the JsonReader.GitPatternRepository.withHostKey(String hostKey) Set the hostKey property: Public sshKey of git repository.GitPatternRepository.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.GitPatternRepository.withPassword(String password) Set the password property: Password of git repository basic auth.GitPatternRepository.withPattern(List<String> pattern) Set the pattern property: Collection of pattern of the repository.GitPatternRepository.withPrivateKey(String privateKey) Set the privateKey property: Private sshKey algorithm of git repository.GitPatternRepository.withSearchPaths(List<String> searchPaths) Set the searchPaths property: Searching path of the repository.GitPatternRepository.withStrictHostKeyChecking(Boolean strictHostKeyChecking) Set the strictHostKeyChecking property: Strict host key checking or not.Set the uri property: URI of the repository.GitPatternRepository.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 GitPatternRepositoryModifier and TypeMethodDescriptionConfigServerGitProperty.repositories()Get the repositories property: Repositories of git.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type GitPatternRepositoryModifier and TypeMethodDescriptionConfigServerGitProperty.withRepositories(List<GitPatternRepository> repositories) Set the repositories property: Repositories of git.