Compartilhar via


DatacenterAddressInstructionResponse Construtores

Definição

Sobrecargas

DatacenterAddressInstructionResponse()

Inicializa uma nova instância da classe DatacenterAddressInstructionResponse.

DatacenterAddressInstructionResponse(IList<String>, String, String)

Inicializa uma nova instância da classe DatacenterAddressInstructionResponse.

DatacenterAddressInstructionResponse()

Inicializa uma nova instância da classe DatacenterAddressInstructionResponse.

public DatacenterAddressInstructionResponse ();
Public Sub New ()

Aplica-se a

DatacenterAddressInstructionResponse(IList<String>, String, String)

Inicializa uma nova instância da 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)

Parâmetros

supportedCarriersForReturnShipment
IList<String>

Lista de transportadoras com suporte para remessa de retorno.

dataCenterAzureLocation
String

Local do Azure em que o Data Center serve principalmente.

communicationInstruction
String

Instrução de comunicação do data center

Aplica-se a