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

IWithSku.WithSku(SkuName) 方法

定义

注意

IIWithSku.WithSku(SkuName) is deprecated, use IWithSku.WithSku(StorageAccountSkuType) instead.

指定存储帐户的 SKU。

[System.Obsolete("IIWithSku.WithSku(SkuName) is deprecated, use IWithSku.WithSku(StorageAccountSkuType) instead.")]
public Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate WithSku (Microsoft.Azure.Management.Storage.Fluent.Models.SkuName skuName);
[<System.Obsolete("IIWithSku.WithSku(SkuName) is deprecated, use IWithSku.WithSku(StorageAccountSkuType) instead.")>]
abstract member WithSku : Microsoft.Azure.Management.Storage.Fluent.Models.SkuName -> Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate
Public Function WithSku (skuName As SkuName) As IWithCreate

参数

skuName
SkuName

SKU。

返回

属性

适用于