Description | : Lists all of the virtual machine instances within the specified parent resource. |
Reference | : Link ¶ |
⚼ Request
GET:
/{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances
{
api-version:
string
,
resourceUri:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
availabilitySets:
[
]
,
{
,
id:
string
,
name:
string
,
}
osProfile:
{
,
adminUsername:
string
,
adminPassword:
string
,
computerName:
string
,
osType:
enum
,
osSku:
string
,
osVersion:
string
,
domainName:
string
,
domainUsername:
string
,
domainPassword:
string
,
workgroup:
string
,
productKey:
string
,
timezone:
integer
,
runOnceCommands:
string
,
}
hardwareProfile:
{
,
memoryMB:
integer
,
cpuCount:
integer
,
limitCpuForMigration:
enum
,
dynamicMemoryEnabled:
enum
,
dynamicMemoryMaxMB:
integer
,
dynamicMemoryMinMB:
integer
,
isHighlyAvailable:
enum
,
}
networkProfile:
{
,
networkInterfaces:
}
[
]
,
{
,
name:
string
,
displayName:
string
,
ipv4Addresses:
[
,
string
,
]
ipv6Addresses:
[
,
string
,
]
macAddress:
string
,
virtualNetworkId:
string
,
networkName:
string
,
ipv4AddressType:
enum
,
ipv6AddressType:
enum
,
macAddressType:
enum
,
nicId:
string
,
}
storageProfile:
{
,
disks:
}
[
]
,
{
,
name:
string
,
displayName:
string
,
diskId:
string
,
diskSizeGB:
integer
,
maxDiskSizeGB:
integer
,
bus:
integer
,
lun:
integer
,
busType:
string
,
vhdType:
string
,
volumeType:
string
,
vhdFormatType:
string
,
templateDiskId:
string
,
storageQoSPolicy:
{
,
name:
string
,
id:
string
,
}
createDiffDisk:
enum
,
}
infrastructureProfile:
{
,
inventoryItemId:
string
,
vmmServerId:
string
,
cloudId:
string
,
templateId:
string
,
vmName:
string
,
uuid:
string
,
lastRestoredVMCheckpoint:
{
,
parentCheckpointID:
string
,
checkpointID:
string
,
name:
string
,
description:
string
,
}
checkpoints:
[
]
,
{
,
parentCheckpointID:
string
,
checkpointID:
string
,
name:
string
,
description:
string
,
}
checkpointType:
string
,
generation:
integer
,
biosGuid:
string
,
}
powerState:
string
,
provisioningState:
enum
,
}
extendedLocation:
}
{
,
type:
string
,
name:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}