ConsumptionDomainsZonesListResult

The Zones.ListResult structure contains the returned zones, see Zones.list.


Properties

items Required

The list of zones.

JSON Example

{
	"items": [
		{
			"info": {
				"description": "string"
			},
			"zone": "string"
		}
	]
}
Returned By

List Zones

Feedback

Was this page helpful?