Interface ActiveDirectoryApplication.DefinitionStages.WithAccountType
-
- All Known Subinterfaces:
ActiveDirectoryApplication.Definition,ActiveDirectoryApplication.DefinitionStages.Blank,ActiveDirectoryApplication.DefinitionStages.WithCreate
- Enclosing interface:
- ActiveDirectoryApplication.DefinitionStages
public static interface ActiveDirectoryApplication.DefinitionStages.WithAccountTypeThe stage of application definition allowing specifying the application account type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDirectoryApplication.DefinitionStages.WithCreatewithAccountType(ApplicationAccountType accountType)Specifies the application account type.ActiveDirectoryApplication.DefinitionStages.WithCreatewithAccountType(String accountType)Specifies the application account type.
-
-
-
Method Detail
-
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
ActiveDirectoryApplication.DefinitionStages.WithCreate withAccountType(String accountType)
Specifies the application account type.- Parameters:
accountType- the application account type- Returns:
- the next stage in application definition
-
-