Uses of Class
com.azure.resourcemanager.appcontainers.models.Runtime
Packages that use Runtime
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of Runtime in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return RuntimeModifier and TypeMethodDescriptionstatic Runtime
Runtime.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Runtime from the JsonReader.Configuration.runtime()
Get the runtime property: App runtime configuration for the Container App.Runtime.withJava
(RuntimeJava java) Set the java property: Java app configuration.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type RuntimeModifier and TypeMethodDescriptionConfiguration.withRuntime
(Runtime runtime) Set the runtime property: App runtime configuration for the Container App.