OutputFileDestination Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. OutputFileDestination
- com.
public class OutputFileDestination
The destination to which a file should be uploaded.
Method Summary
Modifier and Type | Method and Description |
---|---|
Output |
container()
Get the container value. |
Output |
withContainer(OutputFileBlobContainerDestination container)
Set the container value. |
Method Details
container
public OutputFileBlobContainerDestination container()
Get the container value.
Returns:
withContainer
public OutputFileDestination withContainer(OutputFileBlobContainerDestination container)
Set the container value.
Parameters:
Returns: