Class ComputeNodeIdentityReference
java.lang.Object
com.microsoft.azure.management.batch.ComputeNodeIdentityReference
The reference to a user assigned identity associated with the Batch pool
 which a compute node will use.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the ARM resource id of the user assigned identity.withResourceId(String resourceId) Set the ARM resource id of the user assigned identity.
- 
Constructor Details- 
ComputeNodeIdentityReferencepublic ComputeNodeIdentityReference()
 
- 
- 
Method Details- 
resourceIdGet the ARM resource id of the user assigned identity.- Returns:
- the resourceId value
 
- 
withResourceIdSet the ARM resource id of the user assigned identity.- Parameters:
- resourceId- the resourceId value to set
- Returns:
- the ComputeNodeIdentityReference object itself.
 
 
-