Interface ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl
-
- All Known Subinterfaces:
ActiveDirectoryApplication.Update
- Enclosing interface:
- ActiveDirectoryApplication.UpdateStages
public static interface ActiveDirectoryApplication.UpdateStages.WithIdentifierUrlThe stage of application update allowing specifying identifier URLs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDirectoryApplication.UpdatewithIdentifierUrl(String identifierUrl)Adds an identifier URL to the application.ActiveDirectoryApplication.UpdatewithoutIdentifierUrl(String identifierUrl)Removes an identifier URL from the application.
-
-
-
Method Detail
-
withIdentifierUrl
ActiveDirectoryApplication.Update withIdentifierUrl(String identifierUrl)
Adds an identifier URL to the application.- Parameters:
identifierUrl- unique URI that Azure AD can use for this app- Returns:
- the next stage in application update
-
withoutIdentifierUrl
ActiveDirectoryApplication.Update withoutIdentifierUrl(String identifierUrl)
Removes an identifier URL from the application.- Parameters:
identifierUrl- identifier URI to remove- Returns:
- the next stage in application update
-
-