ServicePrincipal.DefinitionStages.WithCreate Interface
public interface WithCreate extends Creatable,ServicePrincipal.DefinitionStages.WithCredential,ServicePrincipal.DefinitionStages.WithRoleAssignment
A service principal definition with sufficient inputs to create a new service principal in the cloud, but exposing additional optional inputs to specify.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
ServicePrincipal.DefinitionStages.WithCredential.defineCertificateCredential(String name)
ServicePrincipal.DefinitionStages.WithCredential.definePasswordCredential(String name)
Indexable.key()
HasName.name()
ServicePrincipal.DefinitionStages.WithRoleAssignment.withNewRole(BuiltInRole role, String scope)
ServicePrincipal.DefinitionStages.WithRoleAssignment.withNewRoleInResourceGroup(BuiltInRole role, ResourceGroup resourceGroup)
ServicePrincipal.DefinitionStages.WithRoleAssignment.withNewRoleInSubscription(BuiltInRole role, String subscriptionId)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java