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

LabVirtualMachineCreationParameter interface

用于创建虚拟机的属性。

属性

allowClaim

指示其他用户是否可以获取虚拟机的所有权

artifacts

要安装在虚拟机上的项目。

bulkCreationParameters

要创建的虚拟机实例数。

createdDate

虚拟机的创建日期。

customImageId

虚拟机的自定义映像标识符。

dataDiskParameters

创建后要附加到虚拟机的新数据磁盘或现有数据磁盘

disallowPublicIpAddress

指示是否在没有公共 IP 地址的情况下创建虚拟机。

environmentId

包含此虚拟机的环境的资源 ID(如果有)。

expirationDate

VM 的到期日期。

galleryImageReference

Microsoft Azure 市场虚拟机的映像参考。

isAuthenticationWithSshKey

指示此虚拟机是否使用 SSH 密钥进行身份验证。

labSubnetName

虚拟机的实验室子网名称。

labVirtualNetworkId

虚拟机的实验室虚拟网络标识符。

location

新虚拟机或环境的位置

name

虚拟机或环境的名称

networkInterface

网络接口属性。

notes

虚拟机的说明。

ownerObjectId

虚拟机所有者的对象标识符。

ownerUserPrincipalName

虚拟机所有者的用户主体名称。

password

虚拟机管理员的密码。

planId

与虚拟机映像关联的计划的 ID

scheduleParameters

要创建的虚拟机计划

size

虚拟机的大小。

sshKey

虚拟机管理员的 SSH 密钥。

storageType

用于虚拟机 (的存储类型,即标准、高级) 。

tags

资源的标记。

userName

虚拟机的用户名。

属性详细信息

allowClaim

指示其他用户是否可以获取虚拟机的所有权

allowClaim?: boolean

属性值

boolean

artifacts

要安装在虚拟机上的项目。

artifacts?: ArtifactInstallProperties[]

属性值

bulkCreationParameters

要创建的虚拟机实例数。

bulkCreationParameters?: BulkCreationParameters

属性值

createdDate

虚拟机的创建日期。

createdDate?: Date

属性值

Date

customImageId

虚拟机的自定义映像标识符。

customImageId?: string

属性值

string

dataDiskParameters

创建后要附加到虚拟机的新数据磁盘或现有数据磁盘

dataDiskParameters?: DataDiskProperties[]

属性值

disallowPublicIpAddress

指示是否在没有公共 IP 地址的情况下创建虚拟机。

disallowPublicIpAddress?: boolean

属性值

boolean

environmentId

包含此虚拟机的环境的资源 ID(如果有)。

environmentId?: string

属性值

string

expirationDate

VM 的到期日期。

expirationDate?: Date

属性值

Date

galleryImageReference

Microsoft Azure 市场虚拟机的映像参考。

galleryImageReference?: GalleryImageReference

属性值

isAuthenticationWithSshKey

指示此虚拟机是否使用 SSH 密钥进行身份验证。

isAuthenticationWithSshKey?: boolean

属性值

boolean

labSubnetName

虚拟机的实验室子网名称。

labSubnetName?: string

属性值

string

labVirtualNetworkId

虚拟机的实验室虚拟网络标识符。

labVirtualNetworkId?: string

属性值

string

location

新虚拟机或环境的位置

location?: string

属性值

string

name

虚拟机或环境的名称

name?: string

属性值

string

networkInterface

网络接口属性。

networkInterface?: NetworkInterfaceProperties

属性值

notes

虚拟机的说明。

notes?: string

属性值

string

ownerObjectId

虚拟机所有者的对象标识符。

ownerObjectId?: string

属性值

string

ownerUserPrincipalName

虚拟机所有者的用户主体名称。

ownerUserPrincipalName?: string

属性值

string

password

虚拟机管理员的密码。

password?: string

属性值

string

planId

与虚拟机映像关联的计划的 ID

planId?: string

属性值

string

scheduleParameters

要创建的虚拟机计划

scheduleParameters?: ScheduleCreationParameter[]

属性值

size

虚拟机的大小。

size?: string

属性值

string

sshKey

虚拟机管理员的 SSH 密钥。

sshKey?: string

属性值

string

storageType

用于虚拟机 (的存储类型,即标准、高级) 。

storageType?: string

属性值

string

tags

资源的标记。

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

userName

虚拟机的用户名。

userName?: string

属性值

string