Freigeben über


DatacenterAddressInstructionResponse Konstruktoren

Definition

Überlädt

DatacenterAddressInstructionResponse()

Initialisiert eine neue instance der DatacenterAddressInstructionResponse-Klasse.

DatacenterAddressInstructionResponse(IList<String>, String, String)

Initialisiert eine neue instance der DatacenterAddressInstructionResponse-Klasse.

DatacenterAddressInstructionResponse()

Initialisiert eine neue instance der DatacenterAddressInstructionResponse-Klasse.

public DatacenterAddressInstructionResponse ();
Public Sub New ()

Gilt für:

DatacenterAddressInstructionResponse(IList<String>, String, String)

Initialisiert eine neue instance der DatacenterAddressInstructionResponse-Klasse.

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)

Parameter

supportedCarriersForReturnShipment
IList<String>

Liste der unterstützten Transportunternehmen für die Rücksendung.

dataCenterAzureLocation
String

Azure-Standort, an dem das Rechenzentrum hauptsächlich verwendet wird.

communicationInstruction
String

Anweisung zur Kommunikation im Rechenzentrum

Gilt für: