Uses of Class
com.azure.resourcemanager.containerregistry.models.UserIdentityProperties
Packages that use UserIdentityProperties
Package
Description
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 UserIdentityPropertiesModifier and TypeMethodDescriptionstatic UserIdentityPropertiesUserIdentityProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserIdentityProperties from the JsonReader.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type UserIdentityPropertiesModifier and TypeMethodDescriptionIdentityProperties.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 UserIdentityPropertiesModifier and TypeMethodDescriptionIdentityProperties.withUserAssignedIdentities(Map<String, UserIdentityProperties> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the resource.