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() |
Specifies a new application to create and use by the service principal.
|
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.
|