Uses of Class
com.azure.resourcemanager.appplatform.models.RuntimeVersion
Packages that use RuntimeVersion
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of RuntimeVersion in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as RuntimeVersionModifier and TypeFieldDescriptionstatic final RuntimeVersionRuntimeVersion.JAVA_11Static value Java_11 for RuntimeVersion.static final RuntimeVersionRuntimeVersion.JAVA_17Static value Java_17 for RuntimeVersion.static final RuntimeVersionRuntimeVersion.JAVA_8Static value Java_8 for RuntimeVersion.static final RuntimeVersionRuntimeVersion.NET_CORE_31Static value NetCore_31 for RuntimeVersion.Methods in com.azure.resourcemanager.appplatform.models that return RuntimeVersionModifier and TypeMethodDescriptionstatic RuntimeVersionRuntimeVersion.fromString(String name) Creates or finds a RuntimeVersion from its string representation.SpringAppDeployment.runtimeVersion()Gets runtimeVersion of the deployment.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type RuntimeVersionModifier and TypeMethodDescriptionstatic Collection<RuntimeVersion> RuntimeVersion.values()Gets known RuntimeVersion values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type RuntimeVersionModifier and TypeMethodDescriptionSpringAppDeployment.DefinitionStages.WithSettings.withRuntime(RuntimeVersion version) Specifies the runtime version of the deployment.SpringAppDeployment.UpdateStages.WithSettings.withRuntime(RuntimeVersion version) Specifies the runtime version of the deployment.