次の方法で共有


SkuLocationInfo コンストラクター

定義

オーバーロード

SkuLocationInfo()

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

SkuLocationInfo(String, IList<String>, IList<String>)

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

SkuLocationInfo()

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

public SkuLocationInfo ();
Public Sub New ()

適用対象

SkuLocationInfo(String, IList<String>, IList<String>)

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

public SkuLocationInfo (string location = default, System.Collections.Generic.IList<string> zones = default, System.Collections.Generic.IList<string> sites = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.SkuLocationInfo : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DataBoxEdge.Models.SkuLocationInfo
Public Sub New (Optional location As String = Nothing, Optional zones As IList(Of String) = Nothing, Optional sites As IList(Of String) = Nothing)

パラメーター

location
String

場所。

zones
IList<String>

ゾーン。

sites
IList<String>

サイト。

適用対象