Uses of Class
com.azure.compute.batch.models.ContainerHostDataPath
Packages that use ContainerHostDataPath
-
Uses of ContainerHostDataPath in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as ContainerHostDataPathModifier and TypeFieldDescriptionstatic final ContainerHostDataPath
ContainerHostDataPath.APPLICATIONS
The applications path.static final ContainerHostDataPath
ContainerHostDataPath.JOB_PREP
The job-prep task path.static final ContainerHostDataPath
ContainerHostDataPath.SHARED
The path for multi-instances task to shared their files.static final ContainerHostDataPath
ContainerHostDataPath.STARTUP
The path for start task.static final ContainerHostDataPath
ContainerHostDataPath.TASK
The task path.static final ContainerHostDataPath
ContainerHostDataPath.VFS_MOUNTS
The path contains all virtual file systems are mounted on this node.Methods in com.azure.compute.batch.models that return ContainerHostDataPathModifier and TypeMethodDescriptionstatic ContainerHostDataPath
ContainerHostDataPath.fromString
(String name) Creates or finds a ContainerHostDataPath from its string representation.ContainerHostBatchBindMountEntry.getSource()
Get 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 ContainerHostDataPathModifier and TypeMethodDescriptionstatic Collection
<ContainerHostDataPath> ContainerHostDataPath.values()
Gets known ContainerHostDataPath values.Methods in com.azure.compute.batch.models with parameters of type ContainerHostDataPathModifier and TypeMethodDescriptionContainerHostBatchBindMountEntry.setSource
(ContainerHostDataPath source) Set the source property: The path which be mounted to container customer can select.