Share via


RegionConfigurationResponse Interface

public interface RegionConfigurationResponse

An immutable client-side representation of RegionConfigurationResponse.

Method Summary

Modifier and Type Method and Description
abstract DatacenterAddressResponse datacenterAddressResponse()

Gets the datacenterAddressResponse property: Datacenter address for given sku in a region.

abstract RegionConfigurationResponseInner innerModel()

Gets the inner com.azure.resourcemanager.databox.fluent.models.RegionConfigurationResponseInner object.

abstract ScheduleAvailabilityResponse scheduleAvailabilityResponse()

Gets the scheduleAvailabilityResponse property: Schedule availability for given sku in a region.

abstract TransportAvailabilityResponse transportAvailabilityResponse()

Gets the transportAvailabilityResponse property: Transport options available for given sku in a region.

Method Details

datacenterAddressResponse

public abstract DatacenterAddressResponse datacenterAddressResponse()

Gets the datacenterAddressResponse property: Datacenter address for given sku in a region.

Returns:

the datacenterAddressResponse value.

innerModel

public abstract RegionConfigurationResponseInner innerModel()

Gets the inner com.azure.resourcemanager.databox.fluent.models.RegionConfigurationResponseInner object.

Returns:

the inner object.

scheduleAvailabilityResponse

public abstract ScheduleAvailabilityResponse scheduleAvailabilityResponse()

Gets the scheduleAvailabilityResponse property: Schedule availability for given sku in a region.

Returns:

the scheduleAvailabilityResponse value.

transportAvailabilityResponse

public abstract TransportAvailabilityResponse transportAvailabilityResponse()

Gets the transportAvailabilityResponse property: Transport options available for given sku in a region.

Returns:

the transportAvailabilityResponse value.

Applies to