Uses of Class
com.azure.resourcemanager.containerregistry.models.UserIdentityProperties
-
Packages that use UserIdentityProperties Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of UserIdentityProperties in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.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.containerregistry.models that return types with arguments of type UserIdentityProperties Modifier and Type Method Description Map<String,UserIdentityProperties>IdentityProperties. userAssignedIdentities()Get the userAssignedIdentities property: The list of user identities associated with the resource.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type UserIdentityProperties Modifier and Type Method Description IdentityPropertiesIdentityProperties. withUserAssignedIdentities(Map<String,UserIdentityProperties> userAssignedIdentities)Set the userAssignedIdentities property: The list of user identities associated with the resource.
-