Uses of Class
com.azure.resourcemanager.elasticsan.models.UserAssignedIdentity
Packages that use UserAssignedIdentity
Package
Description
Package containing the data models for ElasticSanManagement.
-
Uses of UserAssignedIdentity in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return UserAssignedIdentityModifier and TypeMethodDescriptionstatic UserAssignedIdentity
UserAssignedIdentity.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UserAssignedIdentity from the JsonReader.Methods in com.azure.resourcemanager.elasticsan.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 volume group.Method parameters in com.azure.resourcemanager.elasticsan.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 volume group.