Uses of Class
com.azure.resourcemanager.cosmos.models.ManagedServiceIdentityUserAssignedIdentities
Packages that use ManagedServiceIdentityUserAssignedIdentities
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of ManagedServiceIdentityUserAssignedIdentities in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ManagedServiceIdentityUserAssignedIdentitiesModifier and TypeMethodDescriptionManagedServiceIdentityUserAssignedIdentities.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedServiceIdentityUserAssignedIdentities from the JsonReader.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ManagedServiceIdentityUserAssignedIdentitiesModifier and TypeMethodDescriptionManagedServiceIdentity.userAssignedIdentities()
Get the userAssignedIdentities property: The list of user identities associated with resource.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type ManagedServiceIdentityUserAssignedIdentitiesModifier and TypeMethodDescriptionManagedServiceIdentity.withUserAssignedIdentities
(Map<String, ManagedServiceIdentityUserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with resource.