public class BatchPoolIdentity extends Object
| Constructor and Description |
|---|
BatchPoolIdentity() |
| Modifier and Type | Method and Description |
|---|---|
PoolIdentityType |
type()
Get the type of identity used for the Batch Pool.
|
Map<String,UserAssignedIdentities> |
userAssignedIdentities()
Get the list of user identities associated with the Batch pool.
|
BatchPoolIdentity |
withType(PoolIdentityType type)
Set the type of identity used for the Batch Pool.
|
BatchPoolIdentity |
withUserAssignedIdentities(Map<String,UserAssignedIdentities> userAssignedIdentities)
Set the list of user identities associated with the Batch pool.
|
public PoolIdentityType type()
public BatchPoolIdentity withType(PoolIdentityType type)
type - the type value to setpublic Map<String,UserAssignedIdentities> userAssignedIdentities()
public BatchPoolIdentity withUserAssignedIdentities(Map<String,UserAssignedIdentities> userAssignedIdentities)
userAssignedIdentities - the userAssignedIdentities value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/