Freigeben über


ArmAppPlatformModelFactory.AppPlatformSupportedRuntimeVersion Methode

Definition

Initialisiert eine neue instance von 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

Parameter

value
Nullable<AppPlatformSupportedRuntimeValue>

Der Rohwert, der an CRUD-Vorgänge der Bereitstellung übergeben werden kann.

platform
Nullable<AppPlatformSupportedRuntimePlatform>

Die Plattform dieser Laufzeitversion (mögliche Werte: "Java" oder ".NET").

version
String

Die detaillierte Version (Hauptversion.Nebenversion) der Plattform.

Gibt zurück

Eine neue AppPlatformSupportedRuntimeVersion instance zum Simulieren.

Gilt für: