Uses of Class
com.microsoft.azure.management.containerinstance.VolumeMount
Packages that use VolumeMount
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of VolumeMount in com.microsoft.azure.management.containerinstance
Methods in com.microsoft.azure.management.containerinstance that return VolumeMountModifier 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.Methods in com.microsoft.azure.management.containerinstance that return types with arguments of type VolumeMountModifier and TypeMethodDescriptionContainer.volumeMounts()
Get the volume mounts available to the container instance.InitContainerDefinition.volumeMounts()
Get the volume mounts available to the init container.Method parameters in com.microsoft.azure.management.containerinstance with type arguments of type VolumeMountModifier 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.