Uses of Interface
com.microsoft.azure.management.graphrbac.ServicePrincipal.Update
Package
Description
This package contains the classes for GraphRbacManagementClient.
-
Uses of ServicePrincipal.Update in com.microsoft.azure.management.graphrbac
Modifier and TypeMethodDescriptionServicePrincipal.UpdateStages.WithRoleAssignment.withNewRole
(BuiltInRole role, String scope) Assigns a new role to the service principal.ServicePrincipal.UpdateStages.WithRoleAssignment.withNewRoleInResourceGroup
(BuiltInRole role, ResourceGroup resourceGroup) Assigns a new role to the service principal.ServicePrincipal.UpdateStages.WithRoleAssignment.withNewRoleInSubscription
(BuiltInRole role, String subscriptionId) Assigns a new role to the service principal.ServicePrincipal.UpdateStages.WithCredential.withoutCredential
(String name) Removes a credential.ServicePrincipal.UpdateStages.WithRoleAssignment.withoutRole
(RoleAssignment roleAssignment) Removes a role from the service principal.Modifier and TypeMethodDescriptionServicePrincipal.UpdateStages.WithCredential.defineCertificateCredential
(String name) Starts the definition of a certificate credential.ServicePrincipal.UpdateStages.WithCredential.definePasswordCredential
(String name) Starts the definition of a password credential.