BatchPoolIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
public class BatchPoolIdentity
type BatchPoolIdentity = class
Public Class BatchPoolIdentity
- Inheritance
-
BatchPoolIdentity
Constructors
BatchPoolIdentity() |
Initializes a new instance of the BatchPoolIdentity class. |
BatchPoolIdentity(PoolIdentityType, IDictionary<String,UserAssignedIdentities>) |
Initializes a new instance of the BatchPoolIdentity class. |
Properties
Type |
Gets or sets the type of identity used for the Batch Pool. Possible values include: 'UserAssigned', 'None' |
UserAssignedIdentities |
Gets or sets the list of user identities associated with the Batch pool. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET