Uses of Class
com.azure.resourcemanager.appplatform.models.SupportedRuntimeValue
Packages that use SupportedRuntimeValue
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of SupportedRuntimeValue in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as SupportedRuntimeValueModifier and TypeFieldDescriptionstatic final SupportedRuntimeValueSupportedRuntimeValue.JAVA_11Static value Java_11 for SupportedRuntimeValue.static final SupportedRuntimeValueSupportedRuntimeValue.JAVA_17Static value Java_17 for SupportedRuntimeValue.static final SupportedRuntimeValueSupportedRuntimeValue.JAVA_8Static value Java_8 for SupportedRuntimeValue.static final SupportedRuntimeValueSupportedRuntimeValue.NET_CORE_31Static value NetCore_31 for SupportedRuntimeValue.Methods in com.azure.resourcemanager.appplatform.models that return SupportedRuntimeValueModifier and TypeMethodDescriptionstatic SupportedRuntimeValueSupportedRuntimeValue.fromString(String name) Creates or finds a SupportedRuntimeValue from its string representation.SupportedRuntimeVersion.value()Get the value property: The raw value which could be passed to deployment CRUD operations.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type SupportedRuntimeValueModifier and TypeMethodDescriptionstatic Collection<SupportedRuntimeValue>SupportedRuntimeValue.values()Gets known SupportedRuntimeValue values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type SupportedRuntimeValueModifier and TypeMethodDescriptionSupportedRuntimeVersion.withValue(SupportedRuntimeValue value) Set the value property: The raw value which could be passed to deployment CRUD operations.