Interface StorageAccount.DefinitionStages.WithAzureFilesAadIntegration
-
- All Known Subinterfaces:
StorageAccount.Definition,StorageAccount.DefinitionStages.WithCreate,StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
- StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithAzureFilesAadIntegrationThe stage of storage account definition allowing to specify whether azure files aad integration will be enabled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageAccount.DefinitionStages.WithCreatewithAzureFilesAadIntegrationEnabled(boolean enabled)Specifies whether Azure files aad integration will be enabled or not.
-
-
-
Method Detail
-
withAzureFilesAadIntegrationEnabled
StorageAccount.DefinitionStages.WithCreate withAzureFilesAadIntegrationEnabled(boolean enabled)
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
-
-