Partager via


DatacenterAddressInstructionResponse Constructeurs

Définition

Surcharges

DatacenterAddressInstructionResponse()

Initialise une nouvelle instance de la classe DatacenterAddressInstructionResponse.

DatacenterAddressInstructionResponse(IList<String>, String, String)

Initialise une nouvelle instance de la classe DatacenterAddressInstructionResponse.

DatacenterAddressInstructionResponse()

Initialise une nouvelle instance de la classe DatacenterAddressInstructionResponse.

public DatacenterAddressInstructionResponse ();
Public Sub New ()

S’applique à

DatacenterAddressInstructionResponse(IList<String>, String, String)

Initialise une nouvelle instance de la classe DatacenterAddressInstructionResponse.

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)

Paramètres

supportedCarriersForReturnShipment
IList<String>

Liste des transporteurs pris en charge pour l’expédition de retour.

dataCenterAzureLocation
String

Emplacement Azure où le centre de données est principalement utilisé.

communicationInstruction
String

Instructions de communication du centre de données

S’applique à