Uses of Class
com.azure.resourcemanager.batch.models.UserAssignedIdentities
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of UserAssignedIdentities in com.azure.resourcemanager.batch.models
Modifier 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.Modifier 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.