次の方法で共有


AppPlatformSupportedRuntimePlatform 構造体

定義

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

public readonly struct AppPlatformSupportedRuntimePlatform : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedRuntimePlatform>
type AppPlatformSupportedRuntimePlatform = struct
Public Structure AppPlatformSupportedRuntimePlatform
Implements IEquatable(Of AppPlatformSupportedRuntimePlatform)
継承
AppPlatformSupportedRuntimePlatform
実装

コンストラクター

AppPlatformSupportedRuntimePlatform(String)

AppPlatformSupportedRuntimePlatform の新しいインスタンスを初期化します。

プロパティ

Java

Java。

NetCore

.NET Core。

メソッド

Equals(AppPlatformSupportedRuntimePlatform)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(AppPlatformSupportedRuntimePlatform, AppPlatformSupportedRuntimePlatform)

2 つの AppPlatformSupportedRuntimePlatform 値が同じかどうかを判断します。

Implicit(String to AppPlatformSupportedRuntimePlatform)

文字列を AppPlatformSupportedRuntimePlatform に変換します。

Inequality(AppPlatformSupportedRuntimePlatform, AppPlatformSupportedRuntimePlatform)

2 つの AppPlatformSupportedRuntimePlatform 値が同じでないかどうかを判断します。

適用対象