ComputeNodeIdentityReference Class

The reference to a user assigned identity associated with the Batch pool which a compute node will use.

Inheritance
azure.mgmt.batch._serialization.Model
ComputeNodeIdentityReference

Constructor

ComputeNodeIdentityReference(*, resource_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
resource_id
str

The ARM resource id of the user assigned identity.

Variables

Name Description
resource_id
str

The ARM resource id of the user assigned identity.