ArmAppPlatformModelFactory.AppPlatformSupportedRuntimeVersion Method

Definition

Initializes a new instance of AppPlatformSupportedRuntimeVersion.

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedRuntimeVersion AppPlatformSupportedRuntimeVersion (Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedRuntimeValue? value = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedRuntimePlatform? platform = default, string version = default);
static member AppPlatformSupportedRuntimeVersion : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedRuntimeValue> * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedRuntimePlatform> * string -> Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedRuntimeVersion
Public Shared Function AppPlatformSupportedRuntimeVersion (Optional value As Nullable(Of AppPlatformSupportedRuntimeValue) = Nothing, Optional platform As Nullable(Of AppPlatformSupportedRuntimePlatform) = Nothing, Optional version As String = Nothing) As AppPlatformSupportedRuntimeVersion

Parameters

value
Nullable<AppPlatformSupportedRuntimeValue>

The raw value which could be passed to deployment CRUD operations.

platform
Nullable<AppPlatformSupportedRuntimePlatform>

The platform of this runtime version (possible values: "Java" or ".NET").

version
String

The detailed version (major.minor) of the platform.

Returns

A new AppPlatformSupportedRuntimeVersion instance for mocking.

Applies to