Uses of Class
com.azure.resourcemanager.containerinstance.models.VolumeMount
Packages that use VolumeMount
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of VolumeMount in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return types with arguments of type VolumeMountModifier and TypeMethodDescriptionContainerProperties.volumeMounts()Get the volumeMounts property: The volume mounts available to the container instance.InitContainerPropertiesDefinition.volumeMounts()Get the volumeMounts property: The volume mounts available to the init container.Method parameters in com.azure.resourcemanager.containerinstance.fluent.models with type arguments of type VolumeMountModifier and TypeMethodDescriptionContainerProperties.withVolumeMounts(List<VolumeMount> volumeMounts) Set the volumeMounts property: The volume mounts available to the container instance.InitContainerPropertiesDefinition.withVolumeMounts(List<VolumeMount> volumeMounts) Set the volumeMounts property: The volume mounts available to the init container. -
Uses of VolumeMount in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.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: The path within the container where the volume should be mounted.Set the name property: The name of the volume mount.VolumeMount.withReadOnly(Boolean readOnly) Set the readOnly property: The flag indicating whether the volume mount is read-only.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type VolumeMountModifier and TypeMethodDescriptionContainer.volumeMounts()Get the volumeMounts property: The volume mounts available to the container instance.InitContainerDefinition.volumeMounts()Get the volumeMounts property: The volume mounts available to the init container.Method parameters in com.azure.resourcemanager.containerinstance.models with type arguments of type VolumeMountModifier and TypeMethodDescriptionContainer.withVolumeMounts(List<VolumeMount> volumeMounts) Set the volumeMounts property: The volume mounts available to the container instance.InitContainerDefinition.withVolumeMounts(List<VolumeMount> volumeMounts) Set the volumeMounts property: The volume mounts available to the init container.