Uses of Class
com.azure.resourcemanager.appcontainers.models.VolumeMount
Packages that use VolumeMount
Package
Description
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 VolumeMountModifier and TypeMethodDescriptionstatic VolumeMountVolumeMount.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VolumeMount from the JsonReader.VolumeMount.withMountPath(String mountPath) Set the mountPath property: Path within the container at which the volume should be mounted.Must not contain ':'.VolumeMount.withSubPath(String subPath) Set the subPath property: Path within the volume from which the container's volume should be mounted.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 VolumeMountModifier and TypeMethodDescriptionBaseContainer.volumeMounts()Get the volumeMounts property: Container volume mounts.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type VolumeMountModifier and TypeMethodDescriptionBaseContainer.withVolumeMounts(List<VolumeMount> volumeMounts) Set the volumeMounts property: Container volume mounts.Container.withVolumeMounts(List<VolumeMount> volumeMounts) Set the volumeMounts property: Container volume mounts.InitContainer.withVolumeMounts(List<VolumeMount> volumeMounts) Set the volumeMounts property: Container volume mounts.