Condividi tramite


IWithSku.WithSku(SkuName) Method

Definition

Specifies the sku of the storage account.

public Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IUpdate WithSku (Microsoft.Azure.Management.Storage.Fluent.Models.SkuName skuName);
abstract member WithSku : Microsoft.Azure.Management.Storage.Fluent.Models.SkuName -> Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IUpdate
Public Function WithSku (skuName As SkuName) As IUpdate

Parameters

skuName
SkuName

The sku.

Returns

Applies to