Uses of Class
com.azure.resourcemanager.containerinstance.models.GitRepoVolume
Packages that use GitRepoVolume
Package
Description
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 GitRepoVolumeModifier and TypeMethodDescriptionstatic GitRepoVolumeGitRepoVolume.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GitRepoVolume from the JsonReader.Volume.gitRepo()Get the gitRepo property: The git repo volume.GitRepoVolume.withDirectory(String directory) Set the directory property: Target directory name.GitRepoVolume.withRepository(String repository) Set the repository property: Repository URL.GitRepoVolume.withRevision(String revision) Set the revision property: Commit hash for the specified revision.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type GitRepoVolumeModifier and TypeMethodDescriptionVolume.withGitRepo(GitRepoVolume gitRepo) Set the gitRepo property: The git repo volume.