Partilhar via


ArmAppPlatformModelFactory.AppPlatformSupportedRuntimeVersion Método

Definição

Inicializa uma nova instância de 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

Parâmetros

value
Nullable<AppPlatformSupportedRuntimeValue>

O valor bruto que pode ser passado para operações CRUD de implantação.

platform
Nullable<AppPlatformSupportedRuntimePlatform>

A plataforma dessa versão de runtime (valores possíveis: "Java" ou ".NET").

version
String

A versão detalhada (major.minor) da plataforma.

Retornos

Uma nova AppPlatformSupportedRuntimeVersion instância para simulação.

Aplica-se a