| Modifier and Type | Method and Description |
|---|---|
Map<String,UserAssignedIdentities> |
BatchPoolIdentity.userAssignedIdentities()
Get the list of user identities associated with the Batch pool.
|
Map<String,UserAssignedIdentities> |
BatchAccountIdentity.userAssignedIdentities()
Get the list of user identities associated with the Batch account.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPoolIdentity |
BatchPoolIdentity.withUserAssignedIdentities(Map<String,UserAssignedIdentities> userAssignedIdentities)
Set the list of user identities associated with the Batch pool.
|
BatchAccountIdentity |
BatchAccountIdentity.withUserAssignedIdentities(Map<String,UserAssignedIdentities> userAssignedIdentities)
Set the list of user identities associated with the Batch account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/