BatchCreateTaskCollectionResult Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchCreateTaskCollectionResult
- com.
Implements
public final class BatchCreateTaskCollectionResult
implements JsonSerializable<BatchCreateTaskCollectionResult>
The result of creating a collection of Tasks to a Job.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
|
List<Batch |
getValues()
Get the values property: The results of the create Task collection operation. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BatchCreateTaskCollectionResult fromJson(JsonReader jsonReader)
Reads an instance of BatchCreateTaskCollectionResult from the JsonReader.
Parameters:
Returns:
Throws:
getValues
public List<BatchTaskCreateResult> getValues()
Get the values property: The results of the create Task collection operation.
Returns: