Share via


RegionConfigurationResponse Constructors

Definition

Overloads

RegionConfigurationResponse()

Initializes a new instance of the RegionConfigurationResponse class.

RegionConfigurationResponse(ScheduleAvailabilityResponse, TransportAvailabilityResponse, DatacenterAddressResponse)

Initializes a new instance of the RegionConfigurationResponse class.

RegionConfigurationResponse()

Initializes a new instance of the RegionConfigurationResponse class.

public RegionConfigurationResponse ();
Public Sub New ()

Applies to

RegionConfigurationResponse(ScheduleAvailabilityResponse, TransportAvailabilityResponse, DatacenterAddressResponse)

Initializes a new instance of the RegionConfigurationResponse class.

public RegionConfigurationResponse (Microsoft.Azure.Management.DataBox.Models.ScheduleAvailabilityResponse scheduleAvailabilityResponse = default, Microsoft.Azure.Management.DataBox.Models.TransportAvailabilityResponse transportAvailabilityResponse = default, Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse datacenterAddressResponse = default);
new Microsoft.Azure.Management.DataBox.Models.RegionConfigurationResponse : Microsoft.Azure.Management.DataBox.Models.ScheduleAvailabilityResponse * Microsoft.Azure.Management.DataBox.Models.TransportAvailabilityResponse * Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse -> Microsoft.Azure.Management.DataBox.Models.RegionConfigurationResponse
Public Sub New (Optional scheduleAvailabilityResponse As ScheduleAvailabilityResponse = Nothing, Optional transportAvailabilityResponse As TransportAvailabilityResponse = Nothing, Optional datacenterAddressResponse As DatacenterAddressResponse = Nothing)

Parameters

scheduleAvailabilityResponse
ScheduleAvailabilityResponse

Schedule availability for given sku in a region.

transportAvailabilityResponse
TransportAvailabilityResponse

Transport options available for given sku in a region.

datacenterAddressResponse
DatacenterAddressResponse

Datacenter address for given sku in a region.

Applies to