Uses of Class
com.azure.resourcemanager.containerinstance.models.GitRepoVolume
-
Packages that use GitRepoVolume Package Description com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of GitRepoVolume in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return GitRepoVolume Modifier and Type Method Description GitRepoVolumeVolume. gitRepo()Get the gitRepo property: The git repo volume.GitRepoVolumeGitRepoVolume. withDirectory(String directory)Set the directory property: Target directory name.GitRepoVolumeGitRepoVolume. withRepository(String repository)Set the repository property: Repository URL.GitRepoVolumeGitRepoVolume. withRevision(String revision)Set the revision property: Commit hash for the specified revision.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type GitRepoVolume Modifier and Type Method Description VolumeVolume. withGitRepo(GitRepoVolume gitRepo)Set the gitRepo property: The git repo volume.
-