Interface StorageAccount.DefinitionStages.WithAzureFilesAadIntegration
- All Known Subinterfaces:
StorageAccount.Definition, StorageAccount.DefinitionStages.WithCreate, StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithAzureFilesAadIntegration
The stage of storage account definition allowing to specify whether azure files aad integration will be
enabled.
-
Method Summary
Modifier and TypeMethodDescriptionwithAzureFilesAadIntegrationEnabled(boolean enabled) Specifies whether Azure files aad integration will be enabled or not.
-
Method Details
-
withAzureFilesAadIntegrationEnabled
Specifies whether Azure files aad integration will be enabled or not.- Parameters:
enabled- whether Azure files aad integration will be enabled or not- Returns:
- the next stage of storage account definition
-