Uses of Class
com.azure.resourcemanager.appplatform.models.RuntimeVersion
-
Packages that use RuntimeVersion Package Description com.azure.resourcemanager.appplatform.models 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 RuntimeVersion Modifier and Type Field Description static RuntimeVersionRuntimeVersion. JAVA_11Static value Java_11 for RuntimeVersion.static RuntimeVersionRuntimeVersion. JAVA_8Static value Java_8 for RuntimeVersion.static RuntimeVersionRuntimeVersion. NET_CORE_31Static value NetCore_31 for RuntimeVersion.Methods in com.azure.resourcemanager.appplatform.models that return RuntimeVersion Modifier and Type Method Description static RuntimeVersionRuntimeVersion. fromString(String name)Creates or finds a RuntimeVersion from its string representation.RuntimeVersionDeploymentSettings. runtimeVersion()Get the runtimeVersion property: Runtime version.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type RuntimeVersion Modifier and Type Method Description static Collection<RuntimeVersion>RuntimeVersion. values()Methods in com.azure.resourcemanager.appplatform.models with parameters of type RuntimeVersion Modifier and Type Method Description TSpringAppDeployment.DefinitionStages.WithSettings. withRuntime(RuntimeVersion version)Specifies the runtime version of the deployment.SpringAppDeployment.UpdateSpringAppDeployment.UpdateStages.WithSettings. withRuntime(RuntimeVersion version)Specifies the runtime version of the deployment.DeploymentSettingsDeploymentSettings. withRuntimeVersion(RuntimeVersion runtimeVersion)Set the runtimeVersion property: Runtime version.
-