Interface StorageAccount.UpdateStages.WithUpgrade
-
- All Known Subinterfaces:
StorageAccount.Update
- Enclosing interface:
- StorageAccount.UpdateStages
public static interface StorageAccount.UpdateStages.WithUpgradeThe stage of storage account update allowing to configure upgrading.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageAccount.UpdateupgradeToGeneralPurposeAccountKindV2()Specifies that the storage account should be upgraded to V2 kind.
-
-
-
Method Detail
-
upgradeToGeneralPurposeAccountKindV2
StorageAccount.Update upgradeToGeneralPurposeAccountKindV2()
Specifies that the storage account should be upgraded to V2 kind.- Returns:
- the next stage of storage account update
-
-