Uses of Class
com.azure.resourcemanager.appplatform.models.SupportedRuntimePlatform
Packages that use SupportedRuntimePlatform
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of SupportedRuntimePlatform in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as SupportedRuntimePlatformModifier and TypeFieldDescriptionstatic final SupportedRuntimePlatformSupportedRuntimePlatform.JAVAStatic value Java for SupportedRuntimePlatform.static final SupportedRuntimePlatformSupportedRuntimePlatform.NET_COREStatic value .NET Core for SupportedRuntimePlatform.Methods in com.azure.resourcemanager.appplatform.models that return SupportedRuntimePlatformModifier and TypeMethodDescriptionstatic SupportedRuntimePlatformSupportedRuntimePlatform.fromString(String name) Creates or finds a SupportedRuntimePlatform from its string representation.SupportedRuntimeVersion.platform()Get the platform property: The platform of this runtime version (possible values: "Java" or ".NET").Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type SupportedRuntimePlatformModifier and TypeMethodDescriptionstatic Collection<SupportedRuntimePlatform> SupportedRuntimePlatform.values()Gets known SupportedRuntimePlatform values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type SupportedRuntimePlatformModifier and TypeMethodDescriptionSupportedRuntimeVersion.withPlatform(SupportedRuntimePlatform platform) Set the platform property: The platform of this runtime version (possible values: "Java" or ".NET").