DatacenterAddressResponse Constructors

Definition

Overloads

DatacenterAddressResponse()

Initializes a new instance of the DatacenterAddressResponse class.

DatacenterAddressResponse(IList<String>, String)

Initializes a new instance of the DatacenterAddressResponse class.

DatacenterAddressResponse()

Initializes a new instance of the DatacenterAddressResponse class.

public DatacenterAddressResponse ();
Public Sub New ()

Applies to

DatacenterAddressResponse(IList<String>, String)

Initializes a new instance of the DatacenterAddressResponse class.

public DatacenterAddressResponse (System.Collections.Generic.IList<string> supportedCarriersForReturnShipment = default, string dataCenterAzureLocation = default);
new Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse : System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse
Public Sub New (Optional supportedCarriersForReturnShipment As IList(Of String) = Nothing, Optional dataCenterAzureLocation As String = Nothing)

Parameters

supportedCarriersForReturnShipment
IList<String>

List of supported carriers for return shipment.

dataCenterAzureLocation
String

Azure Location where the Data Center serves primarily.

Applies to