| Modifier and Type | Method and Description |
|---|---|
BatchAccountIdentity |
BatchAccountCreateParameters.identity()
Get the identity of the Batch account.
|
BatchAccountIdentity |
BatchAccountUpdateParameters.identity()
Get the identity of the Batch account.
|
BatchAccountIdentity |
BatchAccountIdentity.withType(ResourceIdentityType type)
Set the type of identity used for the Batch account.
|
BatchAccountIdentity |
BatchAccountIdentity.withUserAssignedIdentities(Map<String,UserAssignedIdentities> userAssignedIdentities)
Set the list of user identities associated with the Batch account.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAccountCreateParameters |
BatchAccountCreateParameters.withIdentity(BatchAccountIdentity identity)
Set the identity of the Batch account.
|
BatchAccountUpdateParameters |
BatchAccountUpdateParameters.withIdentity(BatchAccountIdentity identity)
Set the identity of 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.
*/