Share via


RunCommandDocumentBase 類別

描述執行命令中繼資料的屬性。

必須填入所有必要的參數,才能傳送至 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 執行命令識別碼。必要。

os_type
strOperatingSystemTypes

作業系統類型。 必要。 已知值為:「Windows」 和 「Linux」。

label
str

VM 執行命令標籤。 必要。

description
str

VM 執行命令描述。 必要。

變數

schema
str

VM 執行命令架構。 必要。

id
str

VM 執行命令識別碼。必要。

os_type
strOperatingSystemTypes

作業系統類型。 必要。 已知值為:「Windows」 和 「Linux」。

label
str

VM 執行命令標籤。 必要。

description
str

VM 執行命令描述。 必要。