你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AvailableSkusContent(DataBoxJobTransferType, String, AzureLocation) 构造函数

定义

初始化 AvailableSkusContent 的新实例。

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

参数

transferType
DataBoxJobTransferType

传输的类型。

country
String

ISO 国家/地区代码。 硬件发货的国家/地区。 对于代码检查:https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements

例外

country 为 null。

适用于