次の方法で共有


StackMinorVersion クラス

アプリケーション スタックのマイナー バージョン。

継承
azure.mgmt.web._serialization.Model
StackMinorVersion

コンストラクター

StackMinorVersion(*, display_version: str | None = None, runtime_version: str | None = None, is_default: bool | None = None, is_remote_debugging_enabled: bool | None = None, **kwargs: Any)

キーワードのみのパラメーター

名前 説明
display_version
str

アプリケーション スタックのマイナー バージョン (表示のみ)。

runtime_version
str

アプリケーション スタックのマイナー バージョン (ランタイムのみ)。

is_default

<code>true</code> これが既定のマイナー バージョンの場合は 。それ以外の場合は <code>false</code>

is_remote_debugging_enabled

<code>true</code> これがリモート デバッグをサポートしている場合は 。それ以外の場合 <code>false</code>は 。

変数

名前 説明
display_version
str

アプリケーション スタックのマイナー バージョン (表示のみ)。

runtime_version
str

アプリケーション スタックのマイナー バージョン (ランタイムのみ)。

is_default

<code>true</code> これが既定のマイナー バージョンの場合は 。それ以外の場合は <code>false</code>

is_remote_debugging_enabled

<code>true</code> これがリモート デバッグをサポートしている場合は 。それ以外の場合 <code>false</code>は 。