Share via


DatacenterAddressInstructionResponse Constructors

Definition

Overloads

DatacenterAddressInstructionResponse()

Initializes a new instance of the DatacenterAddressInstructionResponse class.

DatacenterAddressInstructionResponse(IList<String>, String, String)

Initializes a new instance of the DatacenterAddressInstructionResponse class.

DatacenterAddressInstructionResponse()

Initializes a new instance of the DatacenterAddressInstructionResponse class.

public DatacenterAddressInstructionResponse ();
Public Sub New ()

Applies to

DatacenterAddressInstructionResponse(IList<String>, String, String)

Initializes a new instance of the DatacenterAddressInstructionResponse class.

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

Parameters

supportedCarriersForReturnShipment
IList<String>

List of supported carriers for return shipment.

dataCenterAzureLocation
String

Azure Location where the Data Center serves primarily.

communicationInstruction
String

Data center communication instruction

Applies to