Freigeben über


DatacenterAddressResponse Konstruktoren

Definition

Überlädt

DatacenterAddressResponse()

Initialisiert eine neue instance der DatacenterAddressResponse-Klasse.

DatacenterAddressResponse(IList<String>, String)

Initialisiert eine neue instance der DatacenterAddressResponse-Klasse.

DatacenterAddressResponse()

Initialisiert eine neue instance der DatacenterAddressResponse-Klasse.

public DatacenterAddressResponse ();
Public Sub New ()

Gilt für:

DatacenterAddressResponse(IList<String>, String)

Initialisiert eine neue instance der DatacenterAddressResponse-Klasse.

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)

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.

Gilt für: