Uses of Class
com.azure.resourcemanager.batch.models.UserAssignedIdentities
Packages that use UserAssignedIdentities
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of UserAssignedIdentities in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return types with arguments of type UserAssignedIdentitiesModifier and TypeMethodDescriptionBatchAccountIdentity.userAssignedIdentities()Get the userAssignedIdentities property: The list of user identities associated with the Batch account.BatchPoolIdentity.userAssignedIdentities()Get the userAssignedIdentities property: The list of user identities associated with the Batch pool.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type UserAssignedIdentitiesModifier and TypeMethodDescriptionBatchAccountIdentity.withUserAssignedIdentities(Map<String, UserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the Batch account.BatchPoolIdentity.withUserAssignedIdentities(Map<String, UserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the Batch pool.