DatacenterAddressInstructionResponse Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
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:
Azure SDK for .NET