DatacenterAddressInstructionResponse Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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
Azure SDK for .NET