Interface ActiveDirectoryApplication.UpdateStages.WithSignOnUrl
-
- All Known Subinterfaces:
ActiveDirectoryApplication.Update
- Enclosing interface:
- ActiveDirectoryApplication.UpdateStages
public static interface ActiveDirectoryApplication.UpdateStages.WithSignOnUrlThe stage of application update allowing specifying the sign on URL.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDirectoryApplication.UpdatewithSignOnUrl(String signOnUrl)Specifies the sign on URL.
-
-
-
Method Detail
-
withSignOnUrl
ActiveDirectoryApplication.Update withSignOnUrl(String signOnUrl)
Specifies the sign on URL.- Parameters:
signOnUrl- the URL where users can sign in and use this app- Returns:
- the next stage in application update
-
-