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.ModelComputeNodeIdentityReference
Constructor
ComputeNodeIdentityReference(*, resource_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
resource_id
|
The ARM resource id of the user assigned identity. |
Variables
Name | Description |
---|---|
resource_id
|
The ARM resource id of the user assigned identity. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python