public static interface ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryApplication.Update |
withIdentifierUrl(String identifierUrl)
Adds an identifier URL to the application.
|
ActiveDirectoryApplication.Update |
withoutIdentifierUrl(String identifierUrl)
Removes an identifier URL from the application.
|
ActiveDirectoryApplication.Update withIdentifierUrl(String identifierUrl)
identifierUrl - unique URI that Azure AD can use for this appActiveDirectoryApplication.Update withoutIdentifierUrl(String identifierUrl)
identifierUrl - identifier URI to remove/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/