DatacenterAddressResponse interface
Datacenter address for given storage location.
Properties
datacenter |
Polymorphic discriminator, which specifies the different types this object can be |
data |
Azure Location where the Data Center serves primarily. NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
List of supported carriers for return shipment. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
datacenterAddressType
Polymorphic discriminator, which specifies the different types this object can be
datacenterAddressType: "DatacenterAddressInstruction" | "DatacenterAddressLocation"
Property Value
"DatacenterAddressInstruction" | "DatacenterAddressLocation"
dataCenterAzureLocation
Azure Location where the Data Center serves primarily. NOTE: This property will not be serialized. It can only be populated by the server.
dataCenterAzureLocation?: string
Property Value
string
supportedCarriersForReturnShipment
List of supported carriers for return shipment. NOTE: This property will not be serialized. It can only be populated by the server.
supportedCarriersForReturnShipment?: string[]
Property Value
string[]