IWithSku.WithSku(SkuName) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
IIWithSku.WithSku(SkuName) is deprecated, use IWithSku.WithSku(StorageAccountSkuType) instead.
Specifies the sku of the storage account.
[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
Parameters
- skuName
- SkuName
The sku.
Returns
- Attributes
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET