Interface ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl

    • 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