Uses of Class
com.microsoft.azure.management.containerinstance.VolumeMount
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of VolumeMount in com.microsoft.azure.management.containerinstance
Modifier and TypeMethodDescriptionVolumeMount.withMountPath
(String mountPath) Set the path within the container where the volume should be mounted.Set the name of the volume mount.VolumeMount.withReadOnly
(Boolean readOnly) Set the flag indicating whether the volume mount is read-only.Modifier and TypeMethodDescriptionContainer.volumeMounts()
Get the volume mounts available to the container instance.InitContainerDefinition.volumeMounts()
Get the volume mounts available to the init container.Modifier and TypeMethodDescriptionContainer.withVolumeMounts
(List<VolumeMount> volumeMounts) Set the volume mounts available to the container instance.InitContainerDefinition.withVolumeMounts
(List<VolumeMount> volumeMounts) Set the volume mounts available to the init container.