ArmAppPlatformModelFactory.AppPlatformSupportedRuntimeVersion Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
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:
Azure SDK for .NET