Uses of Class
com.azure.resourcemanager.appcontainers.models.VolumeMount
-
Packages that use VolumeMount Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of VolumeMount in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return VolumeMount Modifier and Type Method Description VolumeMount
VolumeMount. withMountPath(String mountPath)
Set the mountPath property: Path within the container at which the volume should be mounted.Must not contain ':'.VolumeMount
VolumeMount. withVolumeName(String volumeName)
Set the volumeName property: This must match the Name of a Volume.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type VolumeMount Modifier and Type Method Description List<VolumeMount>
Container. volumeMounts()
Get the volumeMounts property: Container volume mounts.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type VolumeMount Modifier and Type Method Description Container
Container. withVolumeMounts(List<VolumeMount> volumeMounts)
Set the volumeMounts property: Container volume mounts.
-