Uses of Class
com.azure.resourcemanager.appplatform.models.SupportedRuntimeVersion
-
Packages that use SupportedRuntimeVersion Package Description com.azure.resourcemanager.appplatform.fluent.models Package containing the inner data models for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.models 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 SupportedRuntimeVersion Modifier and Type Method Description List<SupportedRuntimeVersion>AvailableRuntimeVersionsInner. 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 SupportedRuntimeVersion Modifier and Type Method Description SupportedRuntimeVersionSupportedRuntimeVersion. withPlatform(SupportedRuntimePlatform platform)Set the platform property: The platform of this runtime version (possible values: "Java" or ".NET").SupportedRuntimeVersionSupportedRuntimeVersion. withValue(SupportedRuntimeValue value)Set the value property: The raw value which could be passed to deployment CRUD operations.SupportedRuntimeVersionSupportedRuntimeVersion. withVersion(String version)Set the version property: The detailed version (major.minor) of the platform.
-