Uses of Class
com.azure.resourcemanager.appplatform.models.AcceleratorGitRepository
Packages that use AcceleratorGitRepository
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of AcceleratorGitRepository in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return AcceleratorGitRepositoryModifier and TypeMethodDescriptionstatic AcceleratorGitRepositoryAcceleratorGitRepository.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AcceleratorGitRepository from the JsonReader.CustomizedAcceleratorProperties.gitRepository()Get the gitRepository property: The gitRepository property.AcceleratorGitRepository.withAuthSetting(AcceleratorAuthSetting authSetting) Set the authSetting property: Properties of the auth setting payload.AcceleratorGitRepository.withBranch(String branch) Set the branch property: Git repository branch to be used.AcceleratorGitRepository.withCommit(String commit) Set the commit property: Git repository commit to be used.AcceleratorGitRepository.withGitTag(String gitTag) Set the gitTag property: Git repository tag to be used.AcceleratorGitRepository.withIntervalInSeconds(Integer intervalInSeconds) Set the intervalInSeconds property: Interval for checking for updates to Git or image repository.AcceleratorGitRepository.withSubPath(String subPath) Set the subPath property: Folder path inside the git repository to consider as the root of the accelerator or fragment.Set the url property: Git repository URL for the accelerator.Methods in com.azure.resourcemanager.appplatform.models with parameters of type AcceleratorGitRepositoryModifier and TypeMethodDescriptionCustomizedAcceleratorProperties.withGitRepository(AcceleratorGitRepository gitRepository) Set the gitRepository property: The gitRepository property.