Interface StorageAccount.DefinitionStages.WithHns
- All Known Subinterfaces:
StorageAccount.Definition, StorageAccount.DefinitionStages.WithCreate, StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithHns
The stage of the storage account definition allowing to specify whether Hns is enabled.
-
Method Summary
Modifier and TypeMethodDescriptionwithHnsEnabled(boolean enabled) Specifies whether Hns will be enabled or not.
-
Method Details
-
withHnsEnabled
Specifies whether Hns will be enabled or not.- Parameters:
enabled- whether Hns will be enabled or not- Returns:
- the next stage of storage account definition
-