Uses of Interface
com.microsoft.azure.management.graphrbac.ServicePrincipal.Update
Packages that use ServicePrincipal.Update
Package
Description
This package contains the classes for GraphRbacManagementClient.
-
Uses of ServicePrincipal.Update in com.microsoft.azure.management.graphrbac
Methods in com.microsoft.azure.management.graphrbac that return ServicePrincipal.UpdateModifier 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.Methods in com.microsoft.azure.management.graphrbac that return types with arguments of type ServicePrincipal.UpdateModifier 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.