ServicePrincipal.Update 接口
定义
The template for a service principal update operation, containing all the settings that can be modified.
public interface Update extends Appliable<ServicePrincipal>,ServicePrincipal.UpdateStages.WithCredential,ServicePrincipal.UpdateStages.WithRoleAssignment
继承成员
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)