Interface StorageAccount.UpdateStages.WithSku
-
- All Known Subinterfaces:
StorageAccount.Update
- Enclosing interface:
- StorageAccount.UpdateStages
public static interface StorageAccount.UpdateStages.WithSkuThe stage of the storage account update allowing to change the sku.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageAccount.UpdatewithSku(StorageAccountSkuType sku)Specifies the sku of the storage account.
-
-
-
Method Detail
-
withSku
StorageAccount.Update withSku(StorageAccountSkuType sku)
Specifies the sku of the storage account.- Parameters:
sku- the sku- Returns:
- the next stage of storage account update
-
-