Interface ActiveDirectoryApplication.DefinitionStages.WithAccountType
- All Known Subinterfaces:
ActiveDirectoryApplication.Definition,ActiveDirectoryApplication.DefinitionStages.Blank,ActiveDirectoryApplication.DefinitionStages.WithCreate
- Enclosing interface:
- ActiveDirectoryApplication.DefinitionStages
public static interface ActiveDirectoryApplication.DefinitionStages.WithAccountType
The stage of application definition allowing specifying the application account type.
-
Method Summary
Modifier and TypeMethodDescriptionwithAccountType(ApplicationAccountType accountType) Specifies the application account type.withAccountType(String accountType) Specifies the application account type.
-
Method Details
-
withAccountType
ActiveDirectoryApplication.DefinitionStages.WithCreate withAccountType(ApplicationAccountType accountType) Specifies the application account type.- Parameters:
accountType- the application account type- Returns:
- the next stage in application definition
-
withAccountType
Specifies the application account type.- Parameters:
accountType- the application account type- Returns:
- the next stage in application definition
-