RegionConfigurationRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request body to get the configuration for the region.
public class RegionConfigurationRequest
type RegionConfigurationRequest = class
Public Class RegionConfigurationRequest
- Inheritance
-
RegionConfigurationRequest
Constructors
RegionConfigurationRequest() |
Initializes a new instance of the RegionConfigurationRequest class. |
RegionConfigurationRequest(ScheduleAvailabilityRequest, TransportAvailabilityRequest, DatacenterAddressRequest) |
Initializes a new instance of the RegionConfigurationRequest class. |
Properties
DatacenterAddressRequest |
Gets or sets request body to get the datacenter address for given sku. |
ScheduleAvailabilityRequest |
Gets or sets request body to get the availability for scheduling orders. |
TransportAvailabilityRequest |
Gets or sets request body to get the transport availability for given sku. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET