Uses of Class
com.microsoft.azure.management.containerinstance.GitRepoVolume
Packages that use GitRepoVolume
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of GitRepoVolume in com.microsoft.azure.management.containerinstance
Methods in com.microsoft.azure.management.containerinstance that return GitRepoVolumeModifier and TypeMethodDescriptionVolume.gitRepo()
Get the git repo volume.GitRepoVolume.withDirectory
(String directory) Set target directory name.GitRepoVolume.withRepository
(String repository) Set repository URL.GitRepoVolume.withRevision
(String revision) Set commit hash for the specified revision.Methods in com.microsoft.azure.management.containerinstance with parameters of type GitRepoVolumeModifier and TypeMethodDescriptionVolume.withGitRepo
(GitRepoVolume gitRepo) Set the git repo volume.