Uses of Class
com.azure.resourcemanager.eventgrid.models.UserIdentityProperties
-
Packages that use UserIdentityProperties Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of UserIdentityProperties in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return UserIdentityProperties Modifier and Type Method Description UserIdentityPropertiesUserIdentityProperties. withClientId(String clientId)Set the clientId property: The client id of user assigned identity.UserIdentityPropertiesUserIdentityProperties. withPrincipalId(String principalId)Set the principalId property: The principal id of user assigned identity.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type UserIdentityProperties Modifier and Type Method Description Map<String,UserIdentityProperties>IdentityInfo. userAssignedIdentities()Get the userAssignedIdentities property: The list of user identities associated with the resource.Method parameters in com.azure.resourcemanager.eventgrid.models with type arguments of type UserIdentityProperties Modifier and Type Method Description IdentityInfoIdentityInfo. withUserAssignedIdentities(Map<String,UserIdentityProperties> userAssignedIdentities)Set the userAssignedIdentities property: The list of user identities associated with the resource.
-