次の方法で共有


RunCommandDocumentBase クラス

Run Command メタデータのプロパティについて説明します。

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

継承
azure.mgmt.compute._serialization.Model
RunCommandDocumentBase

コンストラクター

RunCommandDocumentBase(*, schema: str, id: str, os_type: str | _models.OperatingSystemTypes, label: str, description: str, **kwargs: Any)

Keyword-Only Parameters

schema
str

VM 実行コマンド スキーマ。 必須。

id
str

VM の実行コマンド ID。必須。

os_type
str または OperatingSystemTypes

オペレーティング システムの種類。 必須。 既知の値は、"Windows" と "Linux" です。

label
str

VM run コマンド ラベル。 必須です。

description
str

VM 実行コマンドの説明。 必須。

変数

schema
str

VM 実行コマンド スキーマ。 必須。

id
str

VM の実行コマンド ID。必須。

os_type
str または OperatingSystemTypes

オペレーティング システムの種類。 必須。 既知の値は、"Windows" と "Linux" です。

label
str

VM run コマンド ラベル。 必須。

description
str

VM 実行コマンドの説明。 必須。