UserAssignedIdentity 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 reference to a user assigned identity associated with the Batch pool which a compute node will use.
public class UserAssignedIdentity
type UserAssignedIdentity = class
Public Class UserAssignedIdentity
- Inheritance
-
UserAssignedIdentity
Constructors
UserAssignedIdentity() |
Default constructor to support mocking the UserAssignedIdentity class. |
UserAssignedIdentity(String) |
Initializes a new instance of the UserAssignedIdentity class. |
Properties
ClientId |
Gets the client id of the user assigned identity. |
PrincipalId |
Gets the principal id of the user assigned identity. |
ResourceId |
Gets or sets the ARM resource id of the user assigned identity |
Applies to
Azure SDK for .NET