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 ContainerHostDataPathContainerHostDataPath.APPLICATIONSThe applications path.static final ContainerHostDataPathContainerHostDataPath.JOB_PREPThe job-prep task path.static final ContainerHostDataPathContainerHostDataPath.SHAREDThe path for multi-instances task to shared their files.static final ContainerHostDataPathContainerHostDataPath.STARTUPThe path for start task.static final ContainerHostDataPathContainerHostDataPath.TASKThe task path.static final ContainerHostDataPathContainerHostDataPath.VFS_MOUNTSThe path contains all virtual file systems are mounted on this node.Methods in com.azure.compute.batch.models that return ContainerHostDataPathModifier and TypeMethodDescriptionstatic ContainerHostDataPathContainerHostDataPath.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.