SupportedRuntimeVersion Class
Supported deployment runtime version descriptor.
- Inheritance
-
SupportedRuntimeVersion
Constructor
SupportedRuntimeVersion(*, value: Optional[Union[str, azure.mgmt.appplatform.v2020_11_01_preview.models._app_platform_management_client_enums.SupportedRuntimeValue]] = None, platform: Optional[Union[str, azure.mgmt.appplatform.v2020_11_01_preview.models._app_platform_management_client_enums.SupportedRuntimePlatform]] = None, version: Optional[str] = None, **kwargs)
Variables
- value
- str or SupportedRuntimeValue
The raw value which could be passed to deployment CRUD operations. Possible values include: "Java_8", "Java_11", "NetCore_31".
- platform
- str or SupportedRuntimePlatform
The platform of this runtime version (possible values: "Java" or ".NET"). Possible values include: "Java", ".NET Core".
- version
- str
The detailed version (major.minor) of the platform.
Feedback
Submit and view feedback for