ComputeNodeIdentityReferenceResponse

data class ComputeNodeIdentityReferenceResponse(val resourceId: String? = null)

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

Constructors

Link copied to clipboard
constructor(resourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val resourceId: String? = null

The ARM resource id of the user assigned identity.