Interface ServicePrincipal.Update
-
- All Superinterfaces:
Appliable<ServicePrincipal>
,Indexable
,ServicePrincipal.UpdateStages.WithCredential
,ServicePrincipal.UpdateStages.WithRoleAssignment
- Enclosing interface:
- ServicePrincipal
public static interface ServicePrincipal.Update extends Appliable<ServicePrincipal>, ServicePrincipal.UpdateStages.WithCredential, ServicePrincipal.UpdateStages.WithRoleAssignment
The template for a service principal update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ServicePrincipal.UpdateStages.WithCredential
defineCertificateCredential, definePasswordCredential, withoutCredential
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ServicePrincipal.UpdateStages.WithRoleAssignment
withNewRole, withNewRoleInResourceGroup, withNewRoleInSubscription, withoutRole
-
-