Uses of Enum
com.azure.resourcemanager.batch.models.ContainerWorkingDirectory
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ContainerWorkingDirectory in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionstatic ContainerWorkingDirectory
ContainerWorkingDirectory.fromString
(String value) Parses a serialized value to a ContainerWorkingDirectory instance.static ContainerWorkingDirectory
Returns 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.Modifier and TypeMethodDescriptionTaskContainerSettings.withWorkingDirectory
(ContainerWorkingDirectory workingDirectory) Set the workingDirectory property: A flag to indicate where the container task working directory is.