DatacenterListResponseBody
This is a response body class for an operation.
Properties
array of
DatacenterSummary
value
Optional
Commonly used information about the datacenters matching the Datacenter.FilterSpec.
JSON Example
{
"value": [
{
"datacenter": "string",
"name": "string"
}
]
}