ConsumptionDomainsZonesListResult
The Zones.ListResult structure contains the returned zones, see Zones.list.
Properties
JSON Example
{
"items": [
{
"info": {
"description": "string"
},
"zone": "string"
}
]
}
The Zones.ListResult structure contains the returned zones, see Zones.list.
{
"items": [
{
"info": {
"description": "string"
},
"zone": "string"
}
]
}