Uses of Class
com.azure.resourcemanager.appcontainers.models.RuntimeJava
Packages that use RuntimeJava
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of RuntimeJava in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return RuntimeJavaModifier and TypeMethodDescriptionstatic RuntimeJava
RuntimeJava.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RuntimeJava from the JsonReader.Runtime.java()
Get the java property: Java app configuration.RuntimeJava.withEnableMetrics
(Boolean enableMetrics) Set the enableMetrics property: Enable jmx core metrics for the java app.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type RuntimeJavaModifier and TypeMethodDescriptionRuntime.withJava
(RuntimeJava java) Set the java property: Java app configuration.