Interface StorageAccount.DefinitionStages.WithHns
-
- All Known Subinterfaces:
StorageAccount.Definition,StorageAccount.DefinitionStages.WithCreate,StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
- StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithHnsThe stage of the storage account definition allowing to specify whether Hns is enabled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageAccount.DefinitionStages.WithCreatewithHnsEnabled(boolean enabled)Specifies whether Hns will be enabled or not.
-
-
-
Method Detail
-
withHnsEnabled
StorageAccount.DefinitionStages.WithCreate withHnsEnabled(boolean enabled)
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
-
-