Identity.Update |
Identity.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.Update |
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.Update |
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.Update |
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.Update |
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.Update |
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.Update |
Identity.UpdateStages.WithAccess.withoutAccess(RoleAssignment roleAssignment) |
Specifies that an access role assigned to the identity should be removed.
|
Identity.Update |
Identity.UpdateStages.WithAccess.withoutAccessTo(String resourceId,
BuiltInRole role) |
Specifies that an access role assigned to the identity should be removed.
|