Interface StorageAccount.DefinitionStages.WithSku
-
- All Known Subinterfaces:
StorageAccount.Definition,StorageAccount.DefinitionStages.WithCreate,StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
- StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithSkuThe stage of a storage account definition allowing to specify sku.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageAccount.DefinitionStages.WithCreatewithSku(StorageAccountSkuType sku)Specifies the sku of the storage account.
-
-
-
Method Detail
-
withSku
StorageAccount.DefinitionStages.WithCreate withSku(StorageAccountSkuType sku)
Specifies the sku of the storage account.- Parameters:
sku- the sku- Returns:
- the next stage of storage account definition
-
-