Class ComputeNodeIdentityReference


  • public class ComputeNodeIdentityReference
    extends Object
    The reference to a user assigned identity associated with the Batch pool which a compute node will use.
    • Constructor Detail

      • ComputeNodeIdentityReference

        public ComputeNodeIdentityReference()
    • Method Detail

      • resourceId

        public String resourceId()
        Get the ARM resource id of the user assigned identity.
        Returns:
        the resourceId value
      • withResourceId

        public ComputeNodeIdentityReference withResourceId​(String resourceId)
        Set the ARM resource id of the user assigned identity.
        Parameters:
        resourceId - the resourceId value to set
        Returns:
        the ComputeNodeIdentityReference object itself.