Uses of Class
com.azure.resourcemanager.storage.models.UserAssignedIdentity
Packages that use UserAssignedIdentity
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of UserAssignedIdentity in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type UserAssignedIdentityModifier and TypeClassDescriptionfinal classUserAssignedIdentity for the resource.Methods in com.azure.resourcemanager.storage.models that return UserAssignedIdentityModifier and TypeMethodDescriptionstatic UserAssignedIdentityUserAssignedIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserAssignedIdentity from the JsonReader.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type UserAssignedIdentityModifier and TypeMethodDescriptionIdentity.userAssignedIdentities()Get the userAssignedIdentities property: Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this storage account.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type UserAssignedIdentityModifier and TypeMethodDescriptionIdentity.withUserAssignedIdentities(Map<String, UserAssignedIdentity> userAssignedIdentities) Set the userAssignedIdentities property: Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this storage account.