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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python