Package | Description |
---|---|
com.microsoft.azure.management.containerinstance |
This package contains the classes for ContainerInstanceManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.withAzureFile(AzureFileVolume azureFile)
Set the Azure File volume.
|
Volume |
Volume.withEmptyDir(Object emptyDir)
Set the empty directory volume.
|
Volume |
Volume.withGitRepo(GitRepoVolume gitRepo)
Set the git repo volume.
|
Volume |
Volume.withName(String name)
Set the name of the volume.
|
Volume |
Volume.withSecret(Map<String,String> secret)
Set the secret volume.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Volume> |
ContainerGroup.volumes() |
Copyright © 2019. All rights reserved.