| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServicePrincipal.Definition
Container interface for all the definitions that need to be implemented.
|
| 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.
|
ServicePrincipal.DefinitionStages.WithCreate |
ServicePrincipal.DefinitionStages.WithApplication.withExistingApplication(String id)
Specifies an existing application by its app ID.
|
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.
|
ServicePrincipal.DefinitionStages.WithCreate |
ServicePrincipal.DefinitionStages.WithApplication.withNewApplication(String signOnUrl)
Specifies a new application to create and use by the service principal.
|
ServicePrincipal.DefinitionStages.WithCreate |
ServicePrincipal.DefinitionStages.WithRoleAssignment.withNewRole(BuiltInRole role,
String scope)
Assigns a new role to the service principal.
|
ServicePrincipal.DefinitionStages.WithCreate |
ServicePrincipal.DefinitionStages.WithRoleAssignment.withNewRoleInResourceGroup(BuiltInRole role,
com.microsoft.azure.management.resources.ResourceGroup resourceGroup)
Assigns a new role to the service principal.
|
ServicePrincipal.DefinitionStages.WithCreate |
ServicePrincipal.DefinitionStages.WithRoleAssignment.withNewRoleInSubscription(BuiltInRole role,
String subscriptionId)
Assigns a new role to the service principal.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateCredential.DefinitionStages.Blank<ServicePrincipal.DefinitionStages.WithCreate> |
ServicePrincipal.DefinitionStages.WithCredential.defineCertificateCredential(String name)
Starts the definition of a certificate credential.
|
PasswordCredential.DefinitionStages.Blank<ServicePrincipal.DefinitionStages.WithCreate> |
ServicePrincipal.DefinitionStages.WithCredential.definePasswordCredential(String name)
Starts the definition of a password credential.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/