你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 运行命令 ID。必需。

os_type
strOperatingSystemTypes

操作系统类型。 必需。 已知值为:“Windows”和“Linux”。

label
str

VM 运行命令标签。 必需。

description
str

VM 运行命令说明。 必需。

变量

schema
str

VM 运行命令架构。 必需。

id
str

VM 运行命令 ID。必需。

os_type
strOperatingSystemTypes

操作系统类型。 必需。 已知值为:“Windows”和“Linux”。

label
str

VM 运行命令标签。 必需。

description
str

VM 运行命令说明。 必需。