Uses of Class
com.azure.resourcemanager.containerinstance.models.GitRepoVolume
Packages that use GitRepoVolume
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
null.
-
Uses of GitRepoVolume in com.azure.resourcemanager.containerinstance.models
Classes in com.azure.resourcemanager.containerinstance.models that implement interfaces with type arguments of type GitRepoVolumeModifier and TypeClassDescriptionfinal classRepresents a volume that is populated with the contents of a git repository.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.