AgencyComputeResourceScope
AgencyComputeResourceScope
Scope specifies on which compute resources to deploy a solution's agents.
This structure may be used only with operations rendered under /eam
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"computeResource": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
array of MoRefComputeResource
computeResource
Optional
Compute resources on which to deploy the agents.
If vmPlacementPolicy is set, the array needs to contain exactly one cluster compute resource.