你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LabVirtualMachineCreationParameter interface
用于创建虚拟机的属性。
属性
allow |
指示其他用户是否可以获取虚拟机的所有权 |
artifacts | 要安装在虚拟机上的项目。 |
bulk |
要创建的虚拟机实例数。 |
created |
虚拟机的创建日期。 |
custom |
虚拟机的自定义映像标识符。 |
data |
创建后要附加到虚拟机的新数据磁盘或现有数据磁盘 |
disallow |
指示是否在没有公共 IP 地址的情况下创建虚拟机。 |
environment |
包含此虚拟机的环境的资源 ID(如果有)。 |
expiration |
VM 的到期日期。 |
gallery |
Microsoft Azure 市场虚拟机的映像参考。 |
is |
指示此虚拟机是否使用 SSH 密钥进行身份验证。 |
lab |
虚拟机的实验室子网名称。 |
lab |
虚拟机的实验室虚拟网络标识符。 |
location | 新虚拟机或环境的位置 |
name | 虚拟机或环境的名称 |
network |
网络接口属性。 |
notes | 虚拟机的说明。 |
owner |
虚拟机所有者的对象标识符。 |
owner |
虚拟机所有者的用户主体名称。 |
password | 虚拟机管理员的密码。 |
plan |
与虚拟机映像关联的计划的 ID |
schedule |
要创建的虚拟机计划 |
size | 虚拟机的大小。 |
ssh |
虚拟机管理员的 SSH 密钥。 |
storage |
用于虚拟机 (的存储类型,即标准、高级) 。 |
tags | 资源的标记。 |
user |
虚拟机的用户名。 |
属性详细信息
allowClaim
指示其他用户是否可以获取虚拟机的所有权
allowClaim?: boolean
属性值
boolean
artifacts
bulkCreationParameters
createdDate
虚拟机的创建日期。
createdDate?: Date
属性值
Date
customImageId
虚拟机的自定义映像标识符。
customImageId?: string
属性值
string
dataDiskParameters
disallowPublicIpAddress
指示是否在没有公共 IP 地址的情况下创建虚拟机。
disallowPublicIpAddress?: boolean
属性值
boolean
environmentId
包含此虚拟机的环境的资源 ID(如果有)。
environmentId?: string
属性值
string
expirationDate
VM 的到期日期。
expirationDate?: Date
属性值
Date
galleryImageReference
isAuthenticationWithSshKey
指示此虚拟机是否使用 SSH 密钥进行身份验证。
isAuthenticationWithSshKey?: boolean
属性值
boolean
labSubnetName
虚拟机的实验室子网名称。
labSubnetName?: string
属性值
string
labVirtualNetworkId
虚拟机的实验室虚拟网络标识符。
labVirtualNetworkId?: string
属性值
string
location
新虚拟机或环境的位置
location?: string
属性值
string
name
虚拟机或环境的名称
name?: string
属性值
string
networkInterface
notes
虚拟机的说明。
notes?: string
属性值
string
ownerObjectId
虚拟机所有者的对象标识符。
ownerObjectId?: string
属性值
string
ownerUserPrincipalName
虚拟机所有者的用户主体名称。
ownerUserPrincipalName?: string
属性值
string
password
虚拟机管理员的密码。
password?: string
属性值
string
planId
与虚拟机映像关联的计划的 ID
planId?: string
属性值
string
scheduleParameters
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