Uses of Class
com.microsoft.azure.management.batch.UserAssignedIdentities
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of UserAssignedIdentities in com.microsoft.azure.management.batch
Modifier 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.Modifier 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.