VirtualMachineProfileDetails
VirtualMachineProfileDetails
The VirtualMachineProfileDetails data object type provides details of the policy associated with a virtual machine and it's virtual disks.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"profile": [
{
"_typeName": "string"
}
],
"diskProfileDetails": [
{
"_typeName": "string",
"diskId": 0,
"profile": [
{
"_typeName": "string"
}
]
}
]
}
array of VirtualMachineProfileSpec
profile
Optional
Storage profile associated with Virtual Machine's home directory.
diskProfileDetails
Optional
An optional list that allows specifying details of the policy associated with virutual disks.