Uses of Interface
com.azure.resourcemanager.authorization.models.ServicePrincipal.Update
-
Packages that use ServicePrincipal.Update Package Description com.azure.resourcemanager.authorization.models Package containing the data models for AuthorizationManagementClient. -
-
Uses of ServicePrincipal.Update in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return ServicePrincipal.Update Modifier and Type Method Description ServicePrincipal.UpdateServicePrincipal.UpdateStages.WithRoleAssignment. withNewRole(BuiltInRole role, String scope)Assigns a new role to the service principal.ServicePrincipal.UpdateServicePrincipal.UpdateStages.WithRoleAssignment. withNewRoleInResourceGroup(BuiltInRole role, ResourceGroup resourceGroup)Assigns a new role to the service principal.ServicePrincipal.UpdateServicePrincipal.UpdateStages.WithRoleAssignment. withNewRoleInSubscription(BuiltInRole role, String subscriptionId)Assigns a new role to the service principal.ServicePrincipal.UpdateServicePrincipal.UpdateStages.WithCredential. withoutCredential(String name)Removes a credential.ServicePrincipal.UpdateServicePrincipal.UpdateStages.WithRoleAssignment. withoutRole(RoleAssignment roleAssignment)Removes a role from the service principal.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type ServicePrincipal.Update Modifier and Type Method Description CertificateCredential.DefinitionStages.Blank<? extends ServicePrincipal.Update>ServicePrincipal.UpdateStages.WithCredential. defineCertificateCredential(String name)Starts the definition of a certificate credential.PasswordCredential.DefinitionStages.Blank<? extends ServicePrincipal.Update>ServicePrincipal.UpdateStages.WithCredential. definePasswordCredential(String name)Starts the definition of a password credential.
-