RegionConfigurationRequest interface  
Request body to get the configuration for the region.
Properties
| datacenter | 
	Request body to get the datacenter address for given sku.  | 
| device | 
	Request body to get the device capabilities for a given sku.  | 
| schedule | 
	Request body to get the availability for scheduling orders.  | 
| transport | 
	Request body to get the transport availability for given sku.  | 
Property Details
		datacenterAddressRequest
	  
	Request body to get the datacenter address for given sku.
datacenterAddressRequest?: DatacenterAddressRequest
				Property Value
		deviceCapabilityRequest
	  
	Request body to get the device capabilities for a given sku.
deviceCapabilityRequest?: DeviceCapabilityRequest
				Property Value
		scheduleAvailabilityRequest
	  
	Request body to get the availability for scheduling orders.
scheduleAvailabilityRequest?: ScheduleAvailabilityRequestUnion
				Property Value
		transportAvailabilityRequest
	  
	Request body to get the transport availability for given sku.
transportAvailabilityRequest?: TransportAvailabilityRequest