Interface ActiveDirectoryApplication.UpdateStages.WithAccountType
- All Known Subinterfaces:
ActiveDirectoryApplication.Update
- Enclosing interface:
- ActiveDirectoryApplication.UpdateStages
public static interface ActiveDirectoryApplication.UpdateStages.WithAccountType
The stage of application update 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
Specifies the application account type.- Parameters:
accountType- the application account type- Returns:
- the next stage in application update
-
withAccountType
Specifies the application account type.- Parameters:
accountType- the application account type- Returns:
- the next stage in application update
-