| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
GitRepoVolume |
Volume.gitRepo()
Get the gitRepo property: The git repo volume.
|
GitRepoVolume |
GitRepoVolume.withDirectory(String directory)
Set the directory property: Target directory name.
|
GitRepoVolume |
GitRepoVolume.withRepository(String repository)
Set the repository property: Repository URL.
|
GitRepoVolume |
GitRepoVolume.withRevision(String revision)
Set the revision property: Commit hash for the specified revision.
|
| Modifier and Type | Method and Description |
|---|---|
Volume |
Volume.withGitRepo(GitRepoVolume gitRepo)
Set the gitRepo property: The git repo volume.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.