Uses of Class
com.microsoft.azure.management.batch.UserAssignedIdentities
Packages that use UserAssignedIdentities
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of UserAssignedIdentities in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return types with arguments of type UserAssignedIdentitiesModifier and TypeMethodDescriptionBatchAccountIdentity.userAssignedIdentities()
Get the list of user identities associated with the Batch account.BatchPoolIdentity.userAssignedIdentities()
Get the list of user identities associated with the Batch pool.Method parameters in com.microsoft.azure.management.batch with type arguments of type UserAssignedIdentitiesModifier and TypeMethodDescriptionBatchAccountIdentity.withUserAssignedIdentities
(Map<String, UserAssignedIdentities> userAssignedIdentities) Set the list of user identities associated with the Batch account.BatchPoolIdentity.withUserAssignedIdentities
(Map<String, UserAssignedIdentities> userAssignedIdentities) Set the list of user identities associated with the Batch pool.