OutputFileDestination Class
- java.
lang. Object - com.
azure. compute. batch. models. OutputFileDestination
- com.
Implements
public final class OutputFileDestination
implements JsonSerializable<OutputFileDestination>
The destination to which a file should be uploaded.
Constructor Summary
| Constructor | Description |
|---|---|
| OutputFileDestination() |
Creates an instance of Output |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Output |
fromJson(JsonReader jsonReader)
Reads an instance of Output |
|
Output |
getContainer()
Get the container property: A location in Azure blob storage to which files are uploaded. |
|
Output |
setContainer(OutputFileBlobContainerDestination container)
Set the container property: A location in Azure blob storage to which files are uploaded. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
OutputFileDestination
public OutputFileDestination()
Creates an instance of OutputFileDestination class.
Method Details
fromJson
public static OutputFileDestination fromJson(JsonReader jsonReader)
Reads an instance of OutputFileDestination from the JsonReader.
Parameters:
Returns:
Throws:
getContainer
public OutputFileBlobContainerDestination getContainer()
Get the container property: A location in Azure blob storage to which files are uploaded.
Returns:
setContainer
public OutputFileDestination setContainer(OutputFileBlobContainerDestination container)
Set the container property: A location in Azure blob storage to which files are uploaded.
Parameters:
Returns: