Uses of Class
com.azure.resourcemanager.appplatform.models.SupportedRuntimeValue
-
Packages that use SupportedRuntimeValue Package Description com.azure.resourcemanager.appplatform.models 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 SupportedRuntimeValue Modifier and Type Field Description static SupportedRuntimeValueSupportedRuntimeValue. JAVA_11Static value Java_11 for SupportedRuntimeValue.static SupportedRuntimeValueSupportedRuntimeValue. JAVA_8Static value Java_8 for SupportedRuntimeValue.static SupportedRuntimeValueSupportedRuntimeValue. NET_CORE_31Static value NetCore_31 for SupportedRuntimeValue.Methods in com.azure.resourcemanager.appplatform.models that return SupportedRuntimeValue Modifier and Type Method Description static SupportedRuntimeValueSupportedRuntimeValue. fromString(String name)Creates or finds a SupportedRuntimeValue from its string representation.SupportedRuntimeValueSupportedRuntimeVersion. 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 SupportedRuntimeValue Modifier and Type Method Description static Collection<SupportedRuntimeValue>SupportedRuntimeValue. values()Methods in com.azure.resourcemanager.appplatform.models with parameters of type SupportedRuntimeValue Modifier and Type Method Description SupportedRuntimeVersionSupportedRuntimeVersion. withValue(SupportedRuntimeValue value)Set the value property: The raw value which could be passed to deployment CRUD operations.
-