Uses of Class
com.microsoft.azure.management.batch.BatchAccountIdentity
Packages that use BatchAccountIdentity
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of BatchAccountIdentity in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return BatchAccountIdentityModifier and TypeMethodDescriptionBatchAccountCreateParameters.identity()
Get the identity of the Batch account.BatchAccountUpdateParameters.identity()
Get the identity of the Batch account.BatchAccountIdentity.withType
(ResourceIdentityType type) Set the type of identity used for the Batch account.BatchAccountIdentity.withUserAssignedIdentities
(Map<String, UserAssignedIdentities> userAssignedIdentities) Set the list of user identities associated with the Batch account.Methods in com.microsoft.azure.management.batch with parameters of type BatchAccountIdentityModifier and TypeMethodDescriptionBatchAccountCreateParameters.withIdentity
(BatchAccountIdentity identity) Set the identity of the Batch account.BatchAccountUpdateParameters.withIdentity
(BatchAccountIdentity identity) Set the identity of the Batch account.