Uses of Class
com.azure.resourcemanager.appplatform.models.SupportedRuntimePlatform
-
Packages that use SupportedRuntimePlatform Package Description com.azure.resourcemanager.appplatform.models 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 SupportedRuntimePlatform Modifier and Type Field Description static SupportedRuntimePlatformSupportedRuntimePlatform. JAVAStatic value Java for SupportedRuntimePlatform.static SupportedRuntimePlatformSupportedRuntimePlatform. NET_COREStatic value .NET Core for SupportedRuntimePlatform.Methods in com.azure.resourcemanager.appplatform.models that return SupportedRuntimePlatform Modifier and Type Method Description static SupportedRuntimePlatformSupportedRuntimePlatform. fromString(String name)Creates or finds a SupportedRuntimePlatform from its string representation.SupportedRuntimePlatformSupportedRuntimeVersion. 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 SupportedRuntimePlatform Modifier and Type Method Description static Collection<SupportedRuntimePlatform>SupportedRuntimePlatform. values()Methods in com.azure.resourcemanager.appplatform.models with parameters of type SupportedRuntimePlatform Modifier and Type Method Description SupportedRuntimeVersionSupportedRuntimeVersion. withPlatform(SupportedRuntimePlatform platform)Set the platform property: The platform of this runtime version (possible values: "Java" or ".NET").
-