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