UserAssignedIdentity Class

Definition

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