Uses of Class
com.microsoft.azure.management.batch.BatchAccountIdentity
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of BatchAccountIdentity in com.microsoft.azure.management.batch
Modifier 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.Modifier and TypeMethodDescriptionBatchAccountCreateParameters.withIdentity
(BatchAccountIdentity identity) Set the identity of the Batch account.BatchAccountUpdateParameters.withIdentity
(BatchAccountIdentity identity) Set the identity of the Batch account.