OutputFileDestination Class

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

public class OutputFileDestination

The destination to which a file should be uploaded.

Method Summary

Modifier and Type Method and Description
OutputFileBlobContainerDestination container()

Get the container value.

OutputFileDestination withContainer(OutputFileBlobContainerDestination container)

Set the container value.

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