次の方法で共有


AvailableSkuRequest コンストラクター

定義

オーバーロード

AvailableSkuRequest()

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

AvailableSkuRequest(TransferType, String, String, IList<Nullable<SkuName>>)

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

AvailableSkuRequest()

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

public AvailableSkuRequest ();
Public Sub New ()

適用対象

AvailableSkuRequest(TransferType, String, String, IList<Nullable<SkuName>>)

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

public AvailableSkuRequest (Microsoft.Azure.Management.DataBox.Models.TransferType transferType, string country, string location, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.SkuName?> skuNames = default);
new Microsoft.Azure.Management.DataBox.Models.AvailableSkuRequest : Microsoft.Azure.Management.DataBox.Models.TransferType * string * string * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.DataBox.Models.SkuName>> -> Microsoft.Azure.Management.DataBox.Models.AvailableSkuRequest
Public Sub New (transferType As TransferType, country As String, location As String, Optional skuNames As IList(Of Nullable(Of SkuName)) = Nothing)

パラメーター

transferType
TransferType

転送の種類。 使用できる値は、'ImportToAzure'、'ExportFromAzure' です。

country
String

ISO の国コード。 ハードウェア出荷の国。 コードのチェック:https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements

location
String

データ転送の場所。 場所チェックの場合:https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01

skuNames
IList<Nullable<SkuName>>

使用可能な SKU をフィルター処理する SKU 名

適用対象