BatchApplication Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchApplication
- com.
Implements
public final class BatchApplication
implements JsonSerializable<BatchApplication>
Contains information about an application in an Azure Batch Account.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
| String |
getDisplayName()
Get the display |
| String |
getId()
Get the id property: A string that uniquely identifies the application within the Account. |
| List<String> |
getVersions()
Get the versions property: The list of available versions of the application. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BatchApplication fromJson(JsonReader jsonReader)
Reads an instance of BatchApplication from the JsonReader.
Parameters:
Returns:
Throws:
getDisplayName
public String getDisplayName()
Get the displayName property: The display name for the application.
Returns:
getId
public String getId()
Get the id property: A string that uniquely identifies the application within the Account.
Returns:
getVersions
public List<String> getVersions()
Get the versions property: The list of available versions of the application.
Returns: