OutputFileDestination Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.OutputFileDestination

public class OutputFileDestination

The destination to which a file should be uploaded.

Constructor Summary

Constructor Description
OutputFileDestination()

Method Summary

Modifier and Type Method and Description
OutputFileBlobContainerDestination container()

Get the container value.

OutputFileDestination withContainer(OutputFileBlobContainerDestination container)

Set the container value.

Methods inherited from java.lang.Object

Constructor Details

OutputFileDestination

public OutputFileDestination()

Method Details

container

public OutputFileBlobContainerDestination container()

Get the container value.

Returns:

the container value

withContainer

public OutputFileDestination withContainer(OutputFileBlobContainerDestination container)

Set the container value.

Parameters:

container - the container value to set

Returns:

the OutputFileDestination object itself.

Applies to