| Modifier and Type | Method and Description |
|---|---|
ServicePrincipal.DefinitionStages.WithCreate |
ServicePrincipal.DefinitionStages.WithApplication.withExistingApplication(ActiveDirectoryApplication application)
Specifies an existing application to use by the service principal.
|
| Modifier and Type | Method and Description |
|---|---|
ServicePrincipal.DefinitionStages.WithCreate |
ServicePrincipal.DefinitionStages.WithApplication.withNewApplication(com.microsoft.azure.management.resources.fluentcore.model.Creatable<ActiveDirectoryApplication> applicationCreatable)
Specifies a new application to create and use by the service principal.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/