Package | Description |
---|---|
com.microsoft.azure.management.containerinstance |
This package contains the classes for ContainerInstanceManagementClient.
|
Modifier and Type | Method and Description |
---|---|
GitRepoVolume |
Volume.gitRepo()
Get the git repo volume.
|
GitRepoVolume |
GitRepoVolume.withDirectory(String directory)
Set target directory name.
|
GitRepoVolume |
GitRepoVolume.withRepository(String repository)
Set repository URL.
|
GitRepoVolume |
GitRepoVolume.withRevision(String revision)
Set commit hash for the specified revision.
|
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.withGitRepo(GitRepoVolume gitRepo)
Set the git repo volume.
|
Copyright © 2019. All rights reserved.