Interface ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl
- All Known Subinterfaces:
ActiveDirectoryApplication.Update
- Enclosing interface:
- ActiveDirectoryApplication.UpdateStages
public static interface ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl
The stage of application update allowing specifying identifier URLs.
-
Method Summary
Modifier and TypeMethodDescriptionwithIdentifierUrl(String identifierUrl) Adds an identifier URL to the application.withoutIdentifierUrl(String identifierUrl) Removes an identifier URL from the application.
-
Method Details
-
withIdentifierUrl
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
Removes an identifier URL from the application.- Parameters:
identifierUrl- identifier URI to remove- Returns:
- the next stage in application update
-