次の方法で共有


SkuAvailabilityValidationContent コンストラクター

定義

SkuAvailabilityValidationContent の新しいインスタンスを初期化します。

public SkuAvailabilityValidationContent (Azure.ResourceManager.DataBox.Models.DataBoxSkuName deviceType, Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType transferType, string country, Azure.Core.AzureLocation location);
new Azure.ResourceManager.DataBox.Models.SkuAvailabilityValidationContent : Azure.ResourceManager.DataBox.Models.DataBoxSkuName * Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType * string * Azure.Core.AzureLocation -> Azure.ResourceManager.DataBox.Models.SkuAvailabilityValidationContent
Public Sub New (deviceType As DataBoxSkuName, transferType As DataBoxJobTransferType, country As String, location As AzureLocation)

パラメーター

deviceType
DataBoxSkuName

ジョブに使用するデバイスの種類。

transferType
DataBoxJobTransferType

転送の種類。

country
String

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

location
AzureLocation

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

例外

country が null です。

適用対象