Uses of Enum
com.azure.resourcemanager.batch.models.ContainerWorkingDirectory
Packages that use ContainerWorkingDirectory
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ContainerWorkingDirectory in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return ContainerWorkingDirectoryModifier and TypeMethodDescriptionstatic ContainerWorkingDirectoryContainerWorkingDirectory.fromString(String value) Parses a serialized value to a ContainerWorkingDirectory instance.static ContainerWorkingDirectoryReturns the enum constant of this type with the specified name.static ContainerWorkingDirectory[]ContainerWorkingDirectory.values()Returns an array containing the constants of this enum type, in the order they are declared.TaskContainerSettings.workingDirectory()Get the workingDirectory property: A flag to indicate where the container task working directory is.Methods in com.azure.resourcemanager.batch.models with parameters of type ContainerWorkingDirectoryModifier and TypeMethodDescriptionTaskContainerSettings.withWorkingDirectory(ContainerWorkingDirectory workingDirectory) Set the workingDirectory property: A flag to indicate where the container task working directory is.