次の方法で共有


ArmAppPlatformModelFactory.AppPlatformSupportedRuntimeVersion メソッド

定義

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

パラメーター

value
Nullable<AppPlatformSupportedRuntimeValue>

デプロイ CRUD 操作に渡すことができる生の値。

platform
Nullable<AppPlatformSupportedRuntimePlatform>

このランタイム バージョンのプラットフォーム (使用可能な値: "Java" または ".NET")。

version
String

プラットフォームの詳細バージョン (major.minor)。

戻り値

モック作成用の新しい AppPlatformSupportedRuntimeVersion インスタンス。

適用対象