Uses of Interface
com.microsoft.azure.management.msi.Identity.Update
Packages that use Identity.Update
Package
Description
This package contains the classes for compute samples.
-
Uses of Identity.Update in com.microsoft.azure.management.msi
Methods in com.microsoft.azure.management.msi that return Identity.UpdateModifier and TypeMethodDescriptionIdentity.UpdateStages.WithAccess.withAccessTo
(Resource resource, BuiltInRole role) Specifies that the identity should have the given access (described by the role) on an ARM resource.Identity.UpdateStages.WithAccess.withAccessTo
(Resource resource, String roleDefinitionId) Specifies that the identity should have the given access (described by the role definition) on an ARM resource.Identity.UpdateStages.WithAccess.withAccessTo
(String resourceId, BuiltInRole role) Specifies that the identity should have the given access (described by the role) on an ARM resource identified by the given resource id.Identity.UpdateStages.WithAccess.withAccessTo
(String resourceId, String roleDefinitionId) Specifies that the identity should have the given access (described by the role definition) on an ARM resource identified by the given resource id.Identity.UpdateStages.WithAccess.withAccessToCurrentResourceGroup
(BuiltInRole role) Specifies that the identity should have the given access (described by the role) on the resource group that identity resides.Identity.UpdateStages.WithAccess.withAccessToCurrentResourceGroup
(String roleDefinitionId) Specifies that the identity should have the given access (described by the role definition) on the resource group that identity resides.Identity.UpdateStages.WithAccess.withoutAccess
(RoleAssignment roleAssignment) Specifies that an access role assigned to the identity should be removed.Identity.UpdateStages.WithAccess.withoutAccessTo
(String resourceId, BuiltInRole role) Specifies that an access role assigned to the identity should be removed.