### YamlMime:JavaType uid: "com.microsoft.azure.management.batch.BatchPoolIdentity" fullName: "com.microsoft.azure.management.batch.BatchPoolIdentity" name: "BatchPoolIdentity" nameWithType: "BatchPoolIdentity" summary: "The identity of the Batch pool, if configured." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **BatchPoolIdentity**" constructors: - uid: "com.microsoft.azure.management.batch.BatchPoolIdentity.BatchPoolIdentity()" fullName: "com.microsoft.azure.management.batch.BatchPoolIdentity.BatchPoolIdentity()" name: "BatchPoolIdentity()" nameWithType: "BatchPoolIdentity.BatchPoolIdentity()" syntax: "public BatchPoolIdentity()" methods: - uid: "com.microsoft.azure.management.batch.BatchPoolIdentity.type()" fullName: "com.microsoft.azure.management.batch.BatchPoolIdentity.type()" name: "type()" nameWithType: "BatchPoolIdentity.type()" summary: "Get the type of identity used for the Batch Pool." syntax: "public PoolIdentityType type()" desc: "Get the type of identity used for the Batch Pool. Possible values include: 'UserAssigned', 'None'." returns: description: "the type value" type: "" - uid: "com.microsoft.azure.management.batch.BatchPoolIdentity.userAssignedIdentities()" fullName: "com.microsoft.azure.management.batch.BatchPoolIdentity.userAssignedIdentities()" name: "userAssignedIdentities()" nameWithType: "BatchPoolIdentity.userAssignedIdentities()" summary: "Get the list of user identities associated with the Batch pool." syntax: "public Map userAssignedIdentities()" desc: "Get the list of user identities associated with the Batch pool." returns: description: "the userAssignedIdentities value" type: "<,>" - uid: "com.microsoft.azure.management.batch.BatchPoolIdentity.withType(com.microsoft.azure.management.batch.PoolIdentityType)" fullName: "com.microsoft.azure.management.batch.BatchPoolIdentity.withType(PoolIdentityType type)" name: "withType(PoolIdentityType type)" nameWithType: "BatchPoolIdentity.withType(PoolIdentityType type)" summary: "Set the type of identity used for the Batch Pool." parameters: - description: "the type value to set" name: "type" type: "" syntax: "public BatchPoolIdentity withType(PoolIdentityType type)" desc: "Set the type of identity used for the Batch Pool. Possible values include: 'UserAssigned', 'None'." returns: description: "the BatchPoolIdentity object itself." type: "" - uid: "com.microsoft.azure.management.batch.BatchPoolIdentity.withUserAssignedIdentities(java.util.Map)" fullName: "com.microsoft.azure.management.batch.BatchPoolIdentity.withUserAssignedIdentities(Map userAssignedIdentities)" name: "withUserAssignedIdentities(Map userAssignedIdentities)" nameWithType: "BatchPoolIdentity.withUserAssignedIdentities(Map userAssignedIdentities)" summary: "Set the list of user identities associated with the Batch pool." parameters: - description: "the userAssignedIdentities value to set" name: "userAssignedIdentities" type: "<,>" syntax: "public BatchPoolIdentity withUserAssignedIdentities(Map userAssignedIdentities)" desc: "Set the list of user identities associated with the Batch pool." returns: description: "the BatchPoolIdentity object itself." type: "" type: "class" desc: "The identity of the Batch pool, if configured. If the pool identity is updated during update an existing pool, only the new vms which are created after the pool shrinks to 0 will have the updated identities." metadata: {} package: "com.microsoft.azure.management.batch" artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4