public static interface ActiveDirectoryApplication.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ActiveDirectoryApplication.DefinitionStages.Blank
The first stage of the application definition.
|
static interface |
ActiveDirectoryApplication.DefinitionStages.WithCreate
An application definition with sufficient inputs to create a new
application in the cloud, but exposing additional optional inputs to
specify.
|
static interface |
ActiveDirectoryApplication.DefinitionStages.WithCredential
The stage of application definition allowing specifying identifier keys.
|
static interface |
ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl
The stage of application definition allowing specifying identifier URLs.
|
static interface |
ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
The stage of application definition allowing specifying if the application can be used in multiple tenants.
|
static interface |
ActiveDirectoryApplication.DefinitionStages.WithReplyUrl
The stage of application definition allowing specifying reply URLs.
|
static interface |
ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl
The stage of application definition allowing specifying the sign on URL.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/