Uses of Class
com.microsoft.azure.management.containerinstance.GitRepoVolume
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of GitRepoVolume in com.microsoft.azure.management.containerinstance
Modifier 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.Modifier and TypeMethodDescriptionVolume.withGitRepo
(GitRepoVolume gitRepo) Set the git repo volume.