Interface StorageAccount.UpdateStages.WithSku
- All Known Subinterfaces:
StorageAccount.Update
- Enclosing interface:
StorageAccount.UpdateStages
public static interface StorageAccount.UpdateStages.WithSku
The stage of the storage account update allowing to change the sku.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the sku of the storage account.
-
Method Details
-
withSku
Specifies the sku of the storage account.- Parameters:
sku- the sku- Returns:
- the next stage of storage account update
-