ArrayOfVirtualMachineDefinedProfileSpec
ArrayOfVirtualMachineDefinedProfileSpec
A boxed array of VirtualMachineDefinedProfileSpec. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"profileId": "string",
"replicationSpec": {
"_typeName": "string",
"replicationGroupId": {
"_typeName": "string",
"faultDomainId": {
"_typeName": "string",
"id": "string"
},
"deviceGroupId": {
"_typeName": "string",
"id": "string"
}
}
},
"profileData": {
"_typeName": "string",
"extensionKey": "string",
"objectData": "string"
},
"profileParams": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
]
}
]
}