| Package | Description |
|---|---|
| com.azure.resourcemanager.authorization.models |
Package containing the data models for AuthorizationManagementClient.
|
| 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(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,
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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.