RecentBatchJob Class
- java.
lang. Object - com.
azure. compute. batch. models. RecentBatchJob
- com.
Implements
public final class RecentBatchJob
implements JsonSerializable<RecentBatchJob>
Information about the most recent Job to run under the Job Schedule.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Recent |
fromJson(JsonReader jsonReader)
Reads an instance of Recent |
| String |
getId()
Get the id property: The ID of the Job. |
| String |
getUrl()
Get the url property: The URL of the Job. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static RecentBatchJob fromJson(JsonReader jsonReader)
Reads an instance of RecentBatchJob from the JsonReader.
Parameters:
Returns:
Throws:
getId
public String getId()
Get the id property: The ID of the Job.
Returns:
getUrl
public String getUrl()
Get the url property: The URL of the Job.
Returns: