次の方法で共有


DatacenterAddressResponse コンストラクター

定義

オーバーロード

DatacenterAddressResponse()

DatacenterAddressResponse クラスの新しいインスタンスを初期化します。

DatacenterAddressResponse(IList<String>, String)

DatacenterAddressResponse クラスの新しいインスタンスを初期化します。

DatacenterAddressResponse()

DatacenterAddressResponse クラスの新しいインスタンスを初期化します。

public DatacenterAddressResponse ();
Public Sub New ()

適用対象

DatacenterAddressResponse(IList<String>, String)

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)

パラメーター

supportedCarriersForReturnShipment
IList<String>

返送用にサポートされている運送業者の一覧。

dataCenterAzureLocation
String

データ センターが主に機能する Azure の場所。

適用対象