OBJECT
AzureNativeRegionSpec
Description
Azure region specification.
link GraphQL Schema definition
- type AzureNativeRegionSpec {
- # Specifies whether Exocompute is configured in the region or not.
- : Boolean!
- # Name of the Azure region.
- : AzureNativeRegion!
- }