Interface ActiveDirectoryApplication.UpdateStages.WithAccountType
-
- All Known Subinterfaces:
ActiveDirectoryApplication.Update
- Enclosing interface:
- ActiveDirectoryApplication.UpdateStages
public static interface ActiveDirectoryApplication.UpdateStages.WithAccountTypeThe stage of application update allowing specifying the application account type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDirectoryApplication.UpdatewithAccountType(ApplicationAccountType accountType)Specifies the application account type.ActiveDirectoryApplication.UpdatewithAccountType(String accountType)Specifies the application account type.
-
-
-
Method Detail
-
withAccountType
ActiveDirectoryApplication.Update withAccountType(ApplicationAccountType accountType)
Specifies the application account type.- Parameters:
accountType- the application account type- Returns:
- the next stage in application update
-
withAccountType
ActiveDirectoryApplication.Update withAccountType(String accountType)
Specifies the application account type.- Parameters:
accountType- the application account type- Returns:
- the next stage in application update
-
-