你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServicePrincipal.Update 接口
public interface Update extends Appliable,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)