Compartilhar via


DatacenterAddressResponse Construtores

Definição

Sobrecargas

DatacenterAddressResponse()

Inicializa uma nova instância da classe DatacenterAddressResponse.

DatacenterAddressResponse(IList<String>, String)

Inicializa uma nova instância da classe DatacenterAddressResponse.

DatacenterAddressResponse()

Inicializa uma nova instância da classe DatacenterAddressResponse.

public DatacenterAddressResponse ();
Public Sub New ()

Aplica-se a

DatacenterAddressResponse(IList<String>, String)

Inicializa uma nova instância da classe DatacenterAddressResponse.

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)

Parâmetros

supportedCarriersForReturnShipment
IList<String>

Lista de transportadoras com suporte para remessa de devolução.

dataCenterAzureLocation
String

Local do Azure em que o Data Center serve principalmente.

Aplica-se a