Uses of Class
com.azure.resourcemanager.resources.models.IdentityUserAssignedIdentitiesValue
Packages that use IdentityUserAssignedIdentitiesValue
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of IdentityUserAssignedIdentitiesValue in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type IdentityUserAssignedIdentitiesValueModifier and TypeMethodDescriptionIdentity.userAssignedIdentities()Get the userAssignedIdentities property: The list of user identities associated with the resource.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type IdentityUserAssignedIdentitiesValueModifier and TypeMethodDescriptionIdentity.withUserAssignedIdentities(Map<String, IdentityUserAssignedIdentitiesValue> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the resource.