Microsoft.ConnectedVMwarevSphere virtualMachineInstances 2023-12-01
Bicep 資源定義
virtualMachineInstances 資源類型是 擴充資源,這表示您可以將它套用至另一個資源。
使用此資源上的 scope
屬性來設定此資源的範圍。 請參閱 在 Bicep中設定延伸模組資源的範圍。
virtualMachineInstances 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.ConnectedVMwarevSphere/virtualMachineInstances 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.ConnectedVMwarevSphere/virtualMachineInstances@2023-12-01' = {
name: 'default'
scope: resourceSymbolicName
extendedLocation: {
name: 'string'
type: 'string'
}
properties: {
hardwareProfile: {
memorySizeMB: int
numCoresPerSocket: int
numCPUs: int
}
infrastructureProfile: {
firmwareType: 'string'
inventoryItemId: 'string'
smbiosUuid: 'string'
templateId: 'string'
vCenterId: 'string'
}
networkProfile: {
networkInterfaces: [
{
deviceKey: int
ipSettings: {
allocationMethod: 'string'
dnsServers: [
'string'
]
gateway: [
'string'
]
ipAddress: 'string'
subnetMask: 'string'
}
name: 'string'
networkId: 'string'
nicType: 'string'
powerOnBoot: 'string'
}
]
}
osProfile: {
adminPassword: 'string'
adminUsername: 'string'
computerName: 'string'
guestId: 'string'
osType: 'string'
windowsConfiguration: {
autoLogon: bool
autoLogonCount: int
domainName: 'string'
domainUsername: 'string'
domainUserPassword: 'string'
firstLogonCommands: [
'string'
]
fullName: 'string'
orgName: 'string'
productId: 'string'
timeZone: 'string'
workGroupName: 'string'
}
}
placementProfile: {
clusterId: 'string'
datastoreId: 'string'
hostId: 'string'
resourcePoolId: 'string'
}
securityProfile: {
uefiSettings: {
secureBootEnabled: bool
}
}
storageProfile: {
disks: [
{
controllerKey: int
deviceKey: int
deviceName: 'string'
diskMode: 'string'
diskSizeGB: int
diskType: 'string'
name: 'string'
unitNumber: int
}
]
}
}
}
屬性值
virtualMachineInstances
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 'default' |
範圍 | 在與部署範圍不同的範圍建立擴充資源時,請使用 。 | 目標資源 針對 Bicep,請將此屬性設定為資源的符號名稱,以套用 擴充資源。 |
extendedLocation | 取得或設定擴充位置。 | ExtendedLocation |
性能 | 資源屬性。 | VirtualMachineInstanceProperties (必要) |
ExtendedLocation
名字 | 描述 | 價值 |
---|---|---|
名字 | 擴充位置名稱。 | 字串 |
類型 | 擴充位置類型。 | 字串 |
VirtualMachineInstanceProperties
名字 | 描述 | 價值 |
---|---|---|
hardwareProfile | 硬體屬性。 | HardwareProfile |
infrastructureProfile | 取得基礎結構配置檔。 | InfrastructureProfile |
networkProfile | 網路屬性。 | NetworkProfile |
osProfile | OS 屬性。 | OsProfileForVMInstance |
placementProfile | Placement 屬性。 | PlacementProfile |
securityProfile | 取得安全性配置檔。 | SecurityProfile |
storageProfile | 記憶體屬性。 | StorageProfile |
HardwareProfile
名字 | 描述 | 價值 |
---|---|---|
memorySizeMB | 取得或設定 VM 的 MB 記憶體大小。 | int |
numCoresPerSocket | 取得或設定 vm 每個套接字的核心數目。 如果未指定,則預設為1。 | int |
numCPU | 取得或設定 vm 的 vCPU 數目。 | int |
InfrastructureProfile
名字 | 描述 | 價值 |
---|---|---|
firmwareType | 韌體類型 | 'bios' 'efi' |
inventoryItemId | 取得或設定虛擬機的清查項目標識碼。 | 字串 |
smbiosUuid | 取得或設定 VM 的 SMBIOS UUID。 | 字串 |
templateId | 取得或設定要部署虛擬機之範本資源的 ARM 識別碼。 | 字串 |
vCenterId | 取得或設定此資源集區所在的 vCenter 資源的 ARM 識別碼。 | 字串 |
NetworkProfile
名字 | 描述 | 價值 |
---|---|---|
networkInterfaces | 取得或設定與虛擬機相關聯的網路介面清單。 | NetworkInterface[] |
NetworkInterface
名字 | 描述 | 價值 |
---|---|---|
deviceKey | 取得或設定裝置金鑰值。 | int |
ipSettings | 取得或設定ipsettings。 | NicIPSettings |
名字 | 取得或設定網路介面的名稱。 | 字串 |
networkId | 取得或設定要連接虛擬機的網路資源的 ARM 識別碼。 | 字串 |
nicType | NIC 類型 | 'e1000' 'e1000e' 'pcnet32' 'vmxnet' 'vmxnet2' 'vmxnet3' |
powerOnBoot | 取得或設定開機電源。 | 'disabled' 'enabled' |
NicIPSettings
名字 | 描述 | 價值 |
---|---|---|
allocationMethod | 取得或設定 nic 配置方法。 | 'dynamic' 'linklayer' 'other' 'random' 'static' 'unset' |
dnsServers | 取得或設定 DNS 伺服器。 | string[] |
閘道 | 取得或設定閘道。 | string[] |
ipAddress | 取得或設定 nic 的 IP 位址。 | 字串 |
subnetMask | 取得或設定遮罩。 | 字串 |
OsProfileForVMInstance
名字 | 描述 | 價值 |
---|---|---|
adminPassword | 設定系統管理員密碼。 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
adminUsername | 取得或設定系統管理員用戶名稱。 | 字串 |
computerName | 取得或設定計算機名稱。 | 字串 |
guestId | 取得或設定 guestId。 | 字串 |
osType | 取得或設定os的類型。 | 'Linux' 'Other' 'Windows' |
windowsConfiguration | Windows 組態。 | WindowsConfiguration |
WindowsConfiguration
名字 | 描述 | 價值 |
---|---|---|
autoLogon | 設定值,指出是否啟用自動登入。 | bool |
autoLogonCount | 設定自動登入計數。 | int |
domainName | 設定 VM 應該加入的功能變數名稱。 | 字串 |
domainUsername | 設定網域用戶名稱。 | 字串 |
domainUserPassword | 設定網域用戶密碼。 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
firstLogonCommands | 設定第一個登入命令 | string[] |
fullName | 設定 VM 擁有者的完整名稱。 | 字串 |
orgName | 設定 VM 擁有者所屬的組織名稱。 | 字串 |
productId | 設定 vm 的產品識別碼。 | 字串 |
timeZone | 指定虛擬機的時區。 例如「太平洋標準時間」。 時區名稱對應至Microsoft時區名稱值列出的時區(/舊版/windows/embedded/ms912391(v=winembedded.11))。 | 字串 |
workGroupName | 設定 VM 應該加入的工作組名。 | 字串 |
PlacementProfile
名字 | 描述 | 價值 |
---|---|---|
clusterId | 取得或設定此虛擬機將部署的叢集資源的 ARM 識別碼。 | 字串 |
datastoreId | 取得或設定將保留虛擬機數據的數據存放區資源的 ARM 識別碼。 | 字串 |
hostId | 取得或設定此虛擬機將部署所在的主機資源的 ARM 識別碼。 | 字串 |
resourcePoolId | 取得或設定此虛擬機將部署之 resourcePool 資源的 ARM 識別碼。 | 字串 |
SecurityProfile
名字 | 描述 | 價值 |
---|---|---|
uefiSettings | 指定安全性設定,例如建立虛擬機時所使用的安全開機。 | UefiSettings |
UefiSettings
名字 | 描述 | 價值 |
---|---|---|
secureBootEnabled | 指定是否應在虛擬機上啟用安全開機。 | bool |
StorageProfile
名字 | 描述 | 價值 |
---|---|---|
磁碟 | 取得或設定與虛擬機相關聯的虛擬磁碟清單。 | VirtualDisk[] |
VirtualDisk
名字 | 描述 | 價值 |
---|---|---|
controllerKey | 取得或設定控制器標識碼。 | int |
deviceKey | 取得或設定裝置金鑰值。 | int |
deviceName | 取得或設定裝置名稱。 | 字串 |
diskMode | 取得或設定磁碟模式。 | 'independent_nonpersistent' 'independent_persistent' 'persistent' |
diskSizeGB | 取得或設定磁碟總大小。 | int |
diskType | 取得或設定磁碟備份類型。 | 'flat' 'pmem' 'rawphysical' 'rawvirtual' 'sesparse' '疏鬆' 'unknown' |
名字 | 取得或設定虛擬磁碟的名稱。 | 字串 |
unitNumber | 取得或設定控制器上磁碟的單位編號。 | int |
ARM 樣本資源定義
virtualMachineInstances 資源類型是 擴充資源,這表示您可以將它套用至另一個資源。
使用此資源上的 scope
屬性來設定此資源的範圍。 請參閱 在 ARM 樣本中設定擴充功能資源的範圍,。
virtualMachineInstances 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.ConnectedVMwarevSphere/virtualMachineInstances 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.ConnectedVMwarevSphere/virtualMachineInstances",
"apiVersion": "2023-12-01",
"name": "default",
"scope": "string",
"extendedLocation": {
"name": "string",
"type": "string"
},
"properties": {
"hardwareProfile": {
"memorySizeMB": "int",
"numCoresPerSocket": "int",
"numCPUs": "int"
},
"infrastructureProfile": {
"firmwareType": "string",
"inventoryItemId": "string",
"smbiosUuid": "string",
"templateId": "string",
"vCenterId": "string"
},
"networkProfile": {
"networkInterfaces": [
{
"deviceKey": "int",
"ipSettings": {
"allocationMethod": "string",
"dnsServers": [ "string" ],
"gateway": [ "string" ],
"ipAddress": "string",
"subnetMask": "string"
},
"name": "string",
"networkId": "string",
"nicType": "string",
"powerOnBoot": "string"
}
]
},
"osProfile": {
"adminPassword": "string",
"adminUsername": "string",
"computerName": "string",
"guestId": "string",
"osType": "string",
"windowsConfiguration": {
"autoLogon": "bool",
"autoLogonCount": "int",
"domainName": "string",
"domainUsername": "string",
"domainUserPassword": "string",
"firstLogonCommands": [ "string" ],
"fullName": "string",
"orgName": "string",
"productId": "string",
"timeZone": "string",
"workGroupName": "string"
}
},
"placementProfile": {
"clusterId": "string",
"datastoreId": "string",
"hostId": "string",
"resourcePoolId": "string"
},
"securityProfile": {
"uefiSettings": {
"secureBootEnabled": "bool"
}
},
"storageProfile": {
"disks": [
{
"controllerKey": "int",
"deviceKey": "int",
"deviceName": "string",
"diskMode": "string",
"diskSizeGB": "int",
"diskType": "string",
"name": "string",
"unitNumber": "int"
}
]
}
}
}
屬性值
virtualMachineInstances
名字 | 描述 | 價值 |
---|---|---|
類型 | 資源類型 | 'Microsoft.ConnectedVMwarevSphere/virtualMachineInstances' |
apiVersion | 資源 API 版本 | '2023-12-01' |
名字 | 資源名稱 | 'default' |
範圍 | 在與部署範圍不同的範圍建立擴充資源時,請使用 。 | 目標資源 針對 JSON,請將值設定為要套用 擴充功能資源 的資源完整名稱。 |
extendedLocation | 取得或設定擴充位置。 | ExtendedLocation |
性能 | 資源屬性。 | VirtualMachineInstanceProperties (必要) |
ExtendedLocation
名字 | 描述 | 價值 |
---|---|---|
名字 | 擴充位置名稱。 | 字串 |
類型 | 擴充位置類型。 | 字串 |
VirtualMachineInstanceProperties
名字 | 描述 | 價值 |
---|---|---|
hardwareProfile | 硬體屬性。 | HardwareProfile |
infrastructureProfile | 取得基礎結構配置檔。 | InfrastructureProfile |
networkProfile | 網路屬性。 | NetworkProfile |
osProfile | OS 屬性。 | OsProfileForVMInstance |
placementProfile | Placement 屬性。 | PlacementProfile |
securityProfile | 取得安全性配置檔。 | SecurityProfile |
storageProfile | 記憶體屬性。 | StorageProfile |
HardwareProfile
名字 | 描述 | 價值 |
---|---|---|
memorySizeMB | 取得或設定 VM 的 MB 記憶體大小。 | int |
numCoresPerSocket | 取得或設定 vm 每個套接字的核心數目。 如果未指定,則預設為1。 | int |
numCPU | 取得或設定 vm 的 vCPU 數目。 | int |
InfrastructureProfile
名字 | 描述 | 價值 |
---|---|---|
firmwareType | 韌體類型 | 'bios' 'efi' |
inventoryItemId | 取得或設定虛擬機的清查項目標識碼。 | 字串 |
smbiosUuid | 取得或設定 VM 的 SMBIOS UUID。 | 字串 |
templateId | 取得或設定要部署虛擬機之範本資源的 ARM 識別碼。 | 字串 |
vCenterId | 取得或設定此資源集區所在的 vCenter 資源的 ARM 識別碼。 | 字串 |
NetworkProfile
名字 | 描述 | 價值 |
---|---|---|
networkInterfaces | 取得或設定與虛擬機相關聯的網路介面清單。 | NetworkInterface[] |
NetworkInterface
名字 | 描述 | 價值 |
---|---|---|
deviceKey | 取得或設定裝置金鑰值。 | int |
ipSettings | 取得或設定ipsettings。 | NicIPSettings |
名字 | 取得或設定網路介面的名稱。 | 字串 |
networkId | 取得或設定要連接虛擬機的網路資源的 ARM 識別碼。 | 字串 |
nicType | NIC 類型 | 'e1000' 'e1000e' 'pcnet32' 'vmxnet' 'vmxnet2' 'vmxnet3' |
powerOnBoot | 取得或設定開機電源。 | 'disabled' 'enabled' |
NicIPSettings
名字 | 描述 | 價值 |
---|---|---|
allocationMethod | 取得或設定 nic 配置方法。 | 'dynamic' 'linklayer' 'other' 'random' 'static' 'unset' |
dnsServers | 取得或設定 DNS 伺服器。 | string[] |
閘道 | 取得或設定閘道。 | string[] |
ipAddress | 取得或設定 nic 的 IP 位址。 | 字串 |
subnetMask | 取得或設定遮罩。 | 字串 |
OsProfileForVMInstance
名字 | 描述 | 價值 |
---|---|---|
adminPassword | 設定系統管理員密碼。 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
adminUsername | 取得或設定系統管理員用戶名稱。 | 字串 |
computerName | 取得或設定計算機名稱。 | 字串 |
guestId | 取得或設定 guestId。 | 字串 |
osType | 取得或設定os的類型。 | 'Linux' 'Other' 'Windows' |
windowsConfiguration | Windows 組態。 | WindowsConfiguration |
WindowsConfiguration
名字 | 描述 | 價值 |
---|---|---|
autoLogon | 設定值,指出是否啟用自動登入。 | bool |
autoLogonCount | 設定自動登入計數。 | int |
domainName | 設定 VM 應該加入的功能變數名稱。 | 字串 |
domainUsername | 設定網域用戶名稱。 | 字串 |
domainUserPassword | 設定網域用戶密碼。 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
firstLogonCommands | 設定第一個登入命令 | string[] |
fullName | 設定 VM 擁有者的完整名稱。 | 字串 |
orgName | 設定 VM 擁有者所屬的組織名稱。 | 字串 |
productId | 設定 vm 的產品識別碼。 | 字串 |
timeZone | 指定虛擬機的時區。 例如「太平洋標準時間」。 時區名稱對應至Microsoft時區名稱值列出的時區(/舊版/windows/embedded/ms912391(v=winembedded.11))。 | 字串 |
workGroupName | 設定 VM 應該加入的工作組名。 | 字串 |
PlacementProfile
名字 | 描述 | 價值 |
---|---|---|
clusterId | 取得或設定此虛擬機將部署的叢集資源的 ARM 識別碼。 | 字串 |
datastoreId | 取得或設定將保留虛擬機數據的數據存放區資源的 ARM 識別碼。 | 字串 |
hostId | 取得或設定此虛擬機將部署所在的主機資源的 ARM 識別碼。 | 字串 |
resourcePoolId | 取得或設定此虛擬機將部署之 resourcePool 資源的 ARM 識別碼。 | 字串 |
SecurityProfile
名字 | 描述 | 價值 |
---|---|---|
uefiSettings | 指定安全性設定,例如建立虛擬機時所使用的安全開機。 | UefiSettings |
UefiSettings
名字 | 描述 | 價值 |
---|---|---|
secureBootEnabled | 指定是否應在虛擬機上啟用安全開機。 | bool |
StorageProfile
名字 | 描述 | 價值 |
---|---|---|
磁碟 | 取得或設定與虛擬機相關聯的虛擬磁碟清單。 | VirtualDisk[] |
VirtualDisk
名字 | 描述 | 價值 |
---|---|---|
controllerKey | 取得或設定控制器標識碼。 | int |
deviceKey | 取得或設定裝置金鑰值。 | int |
deviceName | 取得或設定裝置名稱。 | 字串 |
diskMode | 取得或設定磁碟模式。 | 'independent_nonpersistent' 'independent_persistent' 'persistent' |
diskSizeGB | 取得或設定磁碟總大小。 | int |
diskType | 取得或設定磁碟備份類型。 | 'flat' 'pmem' 'rawphysical' 'rawvirtual' 'sesparse' '疏鬆' 'unknown' |
名字 | 取得或設定虛擬磁碟的名稱。 | 字串 |
unitNumber | 取得或設定控制器上磁碟的單位編號。 | int |
Terraform (AzAPI 提供者) 資源定義
virtualMachineInstances 資源類型是 擴充資源,這表示您可以將它套用至另一個資源。
使用此資源上的 parent_id
屬性來設定此資源的範圍。
virtualMachineInstances 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.ConnectedVMwarevSphere/virtualMachineInstances 資源,請將下列 Terraform 新增至您的範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.ConnectedVMwarevSphere/virtualMachineInstances@2023-12-01"
name = "default"
parent_id = "string"
body = jsonencode({
properties = {
hardwareProfile = {
memorySizeMB = int
numCoresPerSocket = int
numCPUs = int
}
infrastructureProfile = {
firmwareType = "string"
inventoryItemId = "string"
smbiosUuid = "string"
templateId = "string"
vCenterId = "string"
}
networkProfile = {
networkInterfaces = [
{
deviceKey = int
ipSettings = {
allocationMethod = "string"
dnsServers = [
"string"
]
gateway = [
"string"
]
ipAddress = "string"
subnetMask = "string"
}
name = "string"
networkId = "string"
nicType = "string"
powerOnBoot = "string"
}
]
}
osProfile = {
adminPassword = "string"
adminUsername = "string"
computerName = "string"
guestId = "string"
osType = "string"
windowsConfiguration = {
autoLogon = bool
autoLogonCount = int
domainName = "string"
domainUsername = "string"
domainUserPassword = "string"
firstLogonCommands = [
"string"
]
fullName = "string"
orgName = "string"
productId = "string"
timeZone = "string"
workGroupName = "string"
}
}
placementProfile = {
clusterId = "string"
datastoreId = "string"
hostId = "string"
resourcePoolId = "string"
}
securityProfile = {
uefiSettings = {
secureBootEnabled = bool
}
}
storageProfile = {
disks = [
{
controllerKey = int
deviceKey = int
deviceName = "string"
diskMode = "string"
diskSizeGB = int
diskType = "string"
name = "string"
unitNumber = int
}
]
}
}
extendedLocation = {
name = "string"
type = "string"
}
})
}
屬性值
virtualMachineInstances
名字 | 描述 | 價值 |
---|---|---|
類型 | 資源類型 | “Microsoft.ConnectedVMwarevSphere/virtualMachineInstances@2023-12-01” |
名字 | 資源名稱 | “default” |
parent_id | 要套用此延伸模組資源之資源的標識碼。 | 字串 (必要) |
extendedLocation | 取得或設定擴充位置。 | ExtendedLocation |
性能 | 資源屬性。 | VirtualMachineInstanceProperties (必要) |
ExtendedLocation
名字 | 描述 | 價值 |
---|---|---|
名字 | 擴充位置名稱。 | 字串 |
類型 | 擴充位置類型。 | 字串 |
VirtualMachineInstanceProperties
名字 | 描述 | 價值 |
---|---|---|
hardwareProfile | 硬體屬性。 | HardwareProfile |
infrastructureProfile | 取得基礎結構配置檔。 | InfrastructureProfile |
networkProfile | 網路屬性。 | NetworkProfile |
osProfile | OS 屬性。 | OsProfileForVMInstance |
placementProfile | Placement 屬性。 | PlacementProfile |
securityProfile | 取得安全性配置檔。 | SecurityProfile |
storageProfile | 記憶體屬性。 | StorageProfile |
HardwareProfile
名字 | 描述 | 價值 |
---|---|---|
memorySizeMB | 取得或設定 VM 的 MB 記憶體大小。 | int |
numCoresPerSocket | 取得或設定 vm 每個套接字的核心數目。 如果未指定,則預設為1。 | int |
numCPU | 取得或設定 vm 的 vCPU 數目。 | int |
InfrastructureProfile
名字 | 描述 | 價值 |
---|---|---|
firmwareType | 韌體類型 | “bios” “efi” |
inventoryItemId | 取得或設定虛擬機的清查項目標識碼。 | 字串 |
smbiosUuid | 取得或設定 VM 的 SMBIOS UUID。 | 字串 |
templateId | 取得或設定要部署虛擬機之範本資源的 ARM 識別碼。 | 字串 |
vCenterId | 取得或設定此資源集區所在的 vCenter 資源的 ARM 識別碼。 | 字串 |
NetworkProfile
名字 | 描述 | 價值 |
---|---|---|
networkInterfaces | 取得或設定與虛擬機相關聯的網路介面清單。 | NetworkInterface[] |
NetworkInterface
名字 | 描述 | 價值 |
---|---|---|
deviceKey | 取得或設定裝置金鑰值。 | int |
ipSettings | 取得或設定ipsettings。 | NicIPSettings |
名字 | 取得或設定網路介面的名稱。 | 字串 |
networkId | 取得或設定要連接虛擬機的網路資源的 ARM 識別碼。 | 字串 |
nicType | NIC 類型 | “e1000” “e1000e” “pcnet32” “vmxnet” “vmxnet2” “vmxnet3” |
powerOnBoot | 取得或設定開機電源。 | “disabled” “enabled” |
NicIPSettings
名字 | 描述 | 價值 |
---|---|---|
allocationMethod | 取得或設定 nic 配置方法。 | “dynamic” “linklayer” “other” “random” “static” “unset” |
dnsServers | 取得或設定 DNS 伺服器。 | string[] |
閘道 | 取得或設定閘道。 | string[] |
ipAddress | 取得或設定 nic 的 IP 位址。 | 字串 |
subnetMask | 取得或設定遮罩。 | 字串 |
OsProfileForVMInstance
名字 | 描述 | 價值 |
---|---|---|
adminPassword | 設定系統管理員密碼。 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
adminUsername | 取得或設定系統管理員用戶名稱。 | 字串 |
computerName | 取得或設定計算機名稱。 | 字串 |
guestId | 取得或設定 guestId。 | 字串 |
osType | 取得或設定os的類型。 | “Linux” “Other” “Windows” |
windowsConfiguration | Windows 組態。 | WindowsConfiguration |
WindowsConfiguration
名字 | 描述 | 價值 |
---|---|---|
autoLogon | 設定值,指出是否啟用自動登入。 | bool |
autoLogonCount | 設定自動登入計數。 | int |
domainName | 設定 VM 應該加入的功能變數名稱。 | 字串 |
domainUsername | 設定網域用戶名稱。 | 字串 |
domainUserPassword | 設定網域用戶密碼。 | 字串 約束: 敏感性值。 以安全參數的形式傳入。 |
firstLogonCommands | 設定第一個登入命令 | string[] |
fullName | 設定 VM 擁有者的完整名稱。 | 字串 |
orgName | 設定 VM 擁有者所屬的組織名稱。 | 字串 |
productId | 設定 vm 的產品識別碼。 | 字串 |
timeZone | 指定虛擬機的時區。 例如「太平洋標準時間」。 時區名稱對應至Microsoft時區名稱值列出的時區(/舊版/windows/embedded/ms912391(v=winembedded.11))。 | 字串 |
workGroupName | 設定 VM 應該加入的工作組名。 | 字串 |
PlacementProfile
名字 | 描述 | 價值 |
---|---|---|
clusterId | 取得或設定此虛擬機將部署的叢集資源的 ARM 識別碼。 | 字串 |
datastoreId | 取得或設定將保留虛擬機數據的數據存放區資源的 ARM 識別碼。 | 字串 |
hostId | 取得或設定此虛擬機將部署所在的主機資源的 ARM 識別碼。 | 字串 |
resourcePoolId | 取得或設定此虛擬機將部署之 resourcePool 資源的 ARM 識別碼。 | 字串 |
SecurityProfile
名字 | 描述 | 價值 |
---|---|---|
uefiSettings | 指定安全性設定,例如建立虛擬機時所使用的安全開機。 | UefiSettings |
UefiSettings
名字 | 描述 | 價值 |
---|---|---|
secureBootEnabled | 指定是否應在虛擬機上啟用安全開機。 | bool |
StorageProfile
名字 | 描述 | 價值 |
---|---|---|
磁碟 | 取得或設定與虛擬機相關聯的虛擬磁碟清單。 | VirtualDisk[] |
VirtualDisk
名字 | 描述 | 價值 |
---|---|---|
controllerKey | 取得或設定控制器標識碼。 | int |
deviceKey | 取得或設定裝置金鑰值。 | int |
deviceName | 取得或設定裝置名稱。 | 字串 |
diskMode | 取得或設定磁碟模式。 | “independent_nonpersistent” “independent_persistent” “persistent” |
diskSizeGB | 取得或設定磁碟總大小。 | int |
diskType | 取得或設定磁碟備份類型。 | “flat” “pmem” “原始物理” “rawvirtual” “sesparse” “疏鬆” “unknown” |
名字 | 取得或設定虛擬磁碟的名稱。 | 字串 |
unitNumber | 取得或設定控制器上磁碟的單位編號。 | int |