Runtime Class
- java.
lang. Object - com.
azure. resourcemanager. appcontainers. models. Runtime
- com.
Implements
public final class Runtime
implements JsonSerializable<Runtime>
Container App Runtime configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| Runtime() |
Creates an instance of Runtime class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Runtime |
fromJson(JsonReader jsonReader)
Reads an instance of Runtime from the Json |
|
Runtime |
java()
Get the java property: Java app configuration. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Runtime |
withJava(RuntimeJava java)
Set the java property: Java app configuration. |
Methods inherited from java.lang.Object
Constructor Details
Runtime
public Runtime()
Creates an instance of Runtime class.
Method Details
fromJson
public static Runtime fromJson(JsonReader jsonReader)
Reads an instance of Runtime from the JsonReader.
Parameters:
Returns:
Throws:
java
public RuntimeJava java()
Get the java property: Java app configuration.
Returns:
toJson
validate
public void validate()
Validates the instance.
withJava
public Runtime withJava(RuntimeJava java)
Set the java property: Java app configuration.
Parameters:
Returns: