Interface ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl
- All Known Subinterfaces:
ActiveDirectoryApplication.Definition,ActiveDirectoryApplication.DefinitionStages.Blank,ActiveDirectoryApplication.DefinitionStages.WithCreate
- Enclosing interface:
- ActiveDirectoryApplication.DefinitionStages
public static interface ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl
The stage of application definition allowing specifying identifier URLs.
-
Method Summary
Modifier and TypeMethodDescriptionwithIdentifierUrl(String identifierUrl) Adds an identifier URL to 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 definition
-