Uses of Class
com.azure.resourcemanager.appservice.models.VolumeMount
Packages that use VolumeMount
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of VolumeMount in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type VolumeMountModifier and TypeMethodDescriptionSiteContainerInner.volumeMounts()Get the volumeMounts property: List of volume mounts.SiteContainerProperties.volumeMounts()Get the volumeMounts property: List of volume mounts.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type VolumeMountModifier and TypeMethodDescriptionSiteContainerInner.withVolumeMounts(List<VolumeMount> volumeMounts) Set the volumeMounts property: List of volume mounts.SiteContainerProperties.withVolumeMounts(List<VolumeMount> volumeMounts) Set the volumeMounts property: List of volume mounts. -
Uses of VolumeMount in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return VolumeMountModifier and TypeMethodDescriptionstatic VolumeMountVolumeMount.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VolumeMount from the JsonReader.VolumeMount.withContainerMountPath(String containerMountPath) Set the containerMountPath property: Target path on the container where volume is mounted on.Set the data property: Config Data to be mounted on the volume.VolumeMount.withReadOnly(Boolean readOnly) Set the readOnly property: Boolean to specify if the mount is read only on the container.VolumeMount.withVolumeSubPath(String volumeSubPath) Set the volumeSubPath property: Sub path in the volume where volume is mounted from.