Uses of Class
com.azure.resourcemanager.appplatform.models.SupportedRuntimeVersion
Packages that use SupportedRuntimeVersion
Package
Description
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of SupportedRuntimeVersion in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return types with arguments of type SupportedRuntimeVersionModifier and TypeMethodDescriptionAvailableRuntimeVersionsInner.value()Get the value property: A list of all supported runtime versions. -
Uses of SupportedRuntimeVersion in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return SupportedRuntimeVersionModifier and TypeMethodDescriptionstatic SupportedRuntimeVersionSupportedRuntimeVersion.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SupportedRuntimeVersion from the JsonReader.SupportedRuntimeVersion.withPlatform(SupportedRuntimePlatform platform) Set the platform property: The platform of this runtime version (possible values: "Java" or ".NET").SupportedRuntimeVersion.withValue(SupportedRuntimeValue value) Set the value property: The raw value which could be passed to deployment CRUD operations.SupportedRuntimeVersion.withVersion(String version) Set the version property: The detailed version (major.minor) of the platform.