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

AccountSku 构造函数

定义

重载

AccountSku()

初始化 AccountSku 类的新实例。

AccountSku(String, Sku)

初始化 AccountSku 类的新实例。

AccountSku()

初始化 AccountSku 类的新实例。

public AccountSku ();
Public Sub New ()

适用于

AccountSku(String, Sku)

初始化 AccountSku 类的新实例。

public AccountSku (string resourceType = default, Microsoft.Azure.Management.CognitiveServices.Models.Sku sku = default);
new Microsoft.Azure.Management.CognitiveServices.Models.AccountSku : string * Microsoft.Azure.Management.CognitiveServices.Models.Sku -> Microsoft.Azure.Management.CognitiveServices.Models.AccountSku
Public Sub New (Optional resourceType As String = Nothing, Optional sku As Sku = Nothing)

参数

resourceType
String

资源命名空间和类型

sku
Sku

认知服务帐户的 SKU。

适用于