ServicePrincipal.Update Interface
public interface Update extends Appliable,ServicePrincipal.UpdateStages.WithCredential,ServicePrincipal.UpdateStages.WithRoleAssignment
The template for a service principal update operation, containing all the settings that can be modified.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
ServicePrincipal.UpdateStages.WithCredential.defineCertificateCredential(String name)
ServicePrincipal.UpdateStages.WithCredential.definePasswordCredential(String name)
Indexable.key()
ServicePrincipal.UpdateStages.WithRoleAssignment.withNewRole(BuiltInRole role, String scope)
ServicePrincipal.UpdateStages.WithRoleAssignment.withNewRoleInResourceGroup(BuiltInRole role, ResourceGroup resourceGroup)
ServicePrincipal.UpdateStages.WithRoleAssignment.withNewRoleInSubscription(BuiltInRole role, String subscriptionId)
ServicePrincipal.UpdateStages.WithCredential.withoutCredential(String name)
ServicePrincipal.UpdateStages.WithRoleAssignment.withoutRole(RoleAssignment roleAssignment)
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