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

RunCommandDocumentBase 构造函数

定义

重载

RunCommandDocumentBase()

初始化 RunCommandDocumentBase 类的新实例。

RunCommandDocumentBase(String, String, OperatingSystemTypes, String, String)

初始化 RunCommandDocumentBase 类的新实例。

RunCommandDocumentBase()

初始化 RunCommandDocumentBase 类的新实例。

public RunCommandDocumentBase ();
Public Sub New ()

适用于

RunCommandDocumentBase(String, String, OperatingSystemTypes, String, String)

初始化 RunCommandDocumentBase 类的新实例。

public RunCommandDocumentBase (string schema, string id, Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes osType, string label, string description);
new Microsoft.Azure.Management.Compute.Models.RunCommandDocumentBase : string * string * Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes * string * string -> Microsoft.Azure.Management.Compute.Models.RunCommandDocumentBase
Public Sub New (schema As String, id As String, osType As OperatingSystemTypes, label As String, description As String)

参数

schema
String

VM 运行命令架构。

id
String

VM 运行命令 ID。

osType
OperatingSystemTypes

操作系统类型。 可能的值包括:“Windows”、“Linux”

label
String

VM 运行命令标签。

description
String

VM 运行命令说明。

适用于