| Package | Description |
|---|---|
| com.azure.resourcemanager.authorization.models |
Package containing the data models for AuthorizationManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ActiveDirectoryApplication.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryApplication.DefinitionStages.WithCreate |
ActiveDirectoryApplication.DefinitionStages.WithMultiTenant.withAvailableToOtherTenants(boolean availableToOtherTenants)
Specifies if the application can be used in multiple tenants.
|
ActiveDirectoryApplication.DefinitionStages.WithCreate |
ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl.withIdentifierUrl(String identifierUrl)
Adds an identifier URL to the application.
|
ActiveDirectoryApplication.DefinitionStages.WithCreate |
ActiveDirectoryApplication.DefinitionStages.WithReplyUrl.withReplyUrl(String replyUrl)
Adds a reply URL to the application.
|
ActiveDirectoryApplication.DefinitionStages.WithCreate |
ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl.withSignOnUrl(String signOnUrl)
Specifies the sign on URL.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.