Interface ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl
-
- All Known Subinterfaces:
ActiveDirectoryApplication.Definition,ActiveDirectoryApplication.DefinitionStages.Blank,ActiveDirectoryApplication.DefinitionStages.WithCreate
- Enclosing interface:
- ActiveDirectoryApplication.DefinitionStages
public static interface ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrlThe stage of application definition allowing specifying identifier URLs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDirectoryApplication.DefinitionStages.WithCreatewithIdentifierUrl(String identifierUrl)Adds an identifier URL to the application.
-
-
-
Method Detail
-
withIdentifierUrl
ActiveDirectoryApplication.DefinitionStages.WithCreate 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 definition
-
-