public static interface ServicePrincipal.DefinitionStages.WithApplication
| Modifier and Type | Method and Description |
|---|---|
ServicePrincipal.DefinitionStages.WithCreate |
withExistingApplication(ActiveDirectoryApplication application)
Specifies an existing application to use by the service principal.
|
ServicePrincipal.DefinitionStages.WithCreate |
withExistingApplication(String id)
Specifies an existing application by its app ID.
|
ServicePrincipal.DefinitionStages.WithCreate |
withNewApplication(com.microsoft.azure.management.resources.fluentcore.model.Creatable<ActiveDirectoryApplication> applicationCreatable)
Specifies a new application to create and use by the service principal.
|
ServicePrincipal.DefinitionStages.WithCreate |
withNewApplication(String signOnUrl)
Specifies a new application to create and use by the service principal.
|
@Beta(value=V1_1_0) ServicePrincipal.DefinitionStages.WithCreate withExistingApplication(String id)
id - the app ID of the application@Beta(value=V1_1_0) ServicePrincipal.DefinitionStages.WithCreate withExistingApplication(ActiveDirectoryApplication application)
application - the application@Beta(value=V1_1_0) ServicePrincipal.DefinitionStages.WithCreate withNewApplication(com.microsoft.azure.management.resources.fluentcore.model.Creatable<ActiveDirectoryApplication> applicationCreatable)
applicationCreatable - the new application's creatable@Beta(value=V1_1_0) ServicePrincipal.DefinitionStages.WithCreate withNewApplication(String signOnUrl)
signOnUrl - the new application's 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.
*/