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 Details

    • 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