Compartilhar via


DatacenterAddressLocationResponse Construtores

Definição

Sobrecargas

DatacenterAddressLocationResponse()

Inicializa uma nova instância da classe DatacenterAddressLocationResponse.

DatacenterAddressLocationResponse(IList<String>, String, String, String, String, String, String, String, String, String, String, String, String, String, String)

Inicializa uma nova instância da classe DatacenterAddressLocationResponse.

DatacenterAddressLocationResponse()

Inicializa uma nova instância da classe DatacenterAddressLocationResponse.

public DatacenterAddressLocationResponse ();
Public Sub New ()

Aplica-se a

DatacenterAddressLocationResponse(IList<String>, String, String, String, String, String, String, String, String, String, String, String, String, String, String)

Inicializa uma nova instância da classe DatacenterAddressLocationResponse.

public DatacenterAddressLocationResponse (System.Collections.Generic.IList<string> supportedCarriersForReturnShipment = default, string dataCenterAzureLocation = default, string contactPersonName = default, string company = default, string street1 = default, string street2 = default, string street3 = default, string city = default, string state = default, string zip = default, string country = default, string phone = default, string phoneExtension = default, string addressType = default, string additionalShippingInformation = default);
new Microsoft.Azure.Management.DataBox.Models.DatacenterAddressLocationResponse : System.Collections.Generic.IList<string> * string * string * string * string * string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.DataBox.Models.DatacenterAddressLocationResponse
Public Sub New (Optional supportedCarriersForReturnShipment As IList(Of String) = Nothing, Optional dataCenterAzureLocation As String = Nothing, Optional contactPersonName As String = Nothing, Optional company As String = Nothing, Optional street1 As String = Nothing, Optional street2 As String = Nothing, Optional street3 As String = Nothing, Optional city As String = Nothing, Optional state As String = Nothing, Optional zip As String = Nothing, Optional country As String = Nothing, Optional phone As String = Nothing, Optional phoneExtension As String = Nothing, Optional addressType As String = Nothing, Optional additionalShippingInformation 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.

contactPersonName
String

Nome da pessoa de contato

company
String

Nome da empresa

street1
String

Endereço de rua linha 1

street2
String

Endereço de rua linha 2

street3
String

Endereço de rua linha 3

city
String

Nome da cidade

state
String

nome do estado

zip
String

Código Postal

country
String

nome do país

phone
String

Número do telefone

phoneExtension
String

Ramal do telefone

addressType
String

Tipo de endereço

additionalShippingInformation
String

Instrução especial para envio

Aplica-se a