DatacenterAddressResponse 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
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
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
Azure SDK for .NET