Interface StorageAccount.DefinitionStages.WithSku
- All Known Subinterfaces:
StorageAccount.Definition,StorageAccount.DefinitionStages.WithCreate,StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithSku
The stage of a storage account definition allowing to specify 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 definition
-