Uses of Class
com.azure.compute.batch.models.ContainerHostBatchBindMountEntry
Packages that use ContainerHostBatchBindMountEntry
-
Uses of ContainerHostBatchBindMountEntry in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ContainerHostBatchBindMountEntryModifier and TypeMethodDescriptionContainerHostBatchBindMountEntry.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerHostBatchBindMountEntry from the JsonReader.ContainerHostBatchBindMountEntry.setIsReadOnly
(Boolean isReadOnly) Set the isReadOnly property: Mount this source path as read-only mode or not.ContainerHostBatchBindMountEntry.setSource
(ContainerHostDataPath source) Set the source property: The path which be mounted to container customer can select.Methods in com.azure.compute.batch.models that return types with arguments of type ContainerHostBatchBindMountEntryModifier and TypeMethodDescriptionBatchTaskContainerSettings.getContainerHostBatchBindMounts()
Get the containerHostBatchBindMounts property: The paths you want to mounted to container task.Method parameters in com.azure.compute.batch.models with type arguments of type ContainerHostBatchBindMountEntryModifier and TypeMethodDescriptionBatchTaskContainerSettings.setContainerHostBatchBindMounts
(List<ContainerHostBatchBindMountEntry> containerHostBatchBindMounts) Set the containerHostBatchBindMounts property: The paths you want to mounted to container task.