次の方法で共有


DataBoxEdgeSku コンストラクター

定義

オーバーロード

DataBoxEdgeSku()

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

DataBoxEdgeSku(String, String, String, String, String, String, IList<String>, IList<String>, IList<SkuLocationInfo>, IList<SkuCost>, String, String, String, IList<String>, IList<SkuCapability>)

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

DataBoxEdgeSku()

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

public DataBoxEdgeSku ();
Public Sub New ()

適用対象

DataBoxEdgeSku(String, String, String, String, String, String, IList<String>, IList<String>, IList<SkuLocationInfo>, IList<SkuCost>, String, String, String, IList<String>, IList<SkuCapability>)

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

public DataBoxEdgeSku (string resourceType = default, string name = default, string kind = default, string tier = default, string size = default, string family = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<string> apiVersions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuLocationInfo> locationInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuCost> costs = default, string signupOption = default, string version = default, string availability = default, System.Collections.Generic.IList<string> shipmentTypes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuCapability> capabilities = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeSku : string * string * string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuLocationInfo> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuCost> * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuCapability> -> Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeSku
Public Sub New (Optional resourceType As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional tier As String = Nothing, Optional size As String = Nothing, Optional family As String = Nothing, Optional locations As IList(Of String) = Nothing, Optional apiVersions As IList(Of String) = Nothing, Optional locationInfo As IList(Of SkuLocationInfo) = Nothing, Optional costs As IList(Of SkuCost) = Nothing, Optional signupOption As String = Nothing, Optional version As String = Nothing, Optional availability As String = Nothing, Optional shipmentTypes As IList(Of String) = Nothing, Optional capabilities As IList(Of SkuCapability) = Nothing)

パラメーター

resourceType
String

リソースの型。

name
String

Sku 名。 使用できる値は、'Gateway'、'Edge'、'TEA_1Node'、'TEA_1Node_UPS'、'TEA_1Node_Heater'、'TEA_1Node_UPS_Heater'、 'TEA_4Node_Heater'、'TEA_4Node_UPS_Heater'、'TMA'、'TDC'、'TCA_Small'、'GPU'、'TCA_Large'、'EdgeP_Base'、'EdgeP_High'、'EdgePR_Base'、'EdgePR_Base_UPS'、'EP2_64_1VPU_W'、'EP2_128_1T4_Mx1_W'、'EP2_256_2T4_W'、'EdgeMR_Mini'、'RCA_Small'、'RCA_Small' 'RCA_Large'、'RDC'、'Management'

kind
String

Sku の種類。

tier
String

Sku レベル。 使用可能な値は次のとおりです: 'Standard'

size
String

Sku の種類。

family
String

Sku ファミリ。

locations
IList<String>

リージョンの SKU の可用性。

apiVersions
IList<String>

SKU が使用可能な API バージョン。

locationInfo
IList<SkuLocationInfo>

場所/ゾーン/サイトの SKU の可用性。

costs
IList<SkuCost>

Sku の価格情報。

signupOption
String

SKU は、顧客がサインアップできるかどうかにかかわらず、サインアップできます。 使用可能な値は、'None'、'Available' です。

version
String

プレビュー/安定版としての SKU の可用性。 使用可能な値は、'Stable'、'Preview' です。

availability
String

次の結果セットへのリンク。 使用可能な値は次のとおりです。'Available'、'Unavailable'

shipmentTypes
IList<String>

この SKU でサポートされている出荷の種類の一覧

capabilities
IList<SkuCapability>

SKU の機能情報。

適用対象