Share via


ComputeBatchModelFactory.BatchNodeIdentityReference Method

Definition

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

public static Azure.Compute.Batch.BatchNodeIdentityReference BatchNodeIdentityReference(Azure.Core.ResourceIdentifier resourceId = default);
static member BatchNodeIdentityReference : Azure.Core.ResourceIdentifier -> Azure.Compute.Batch.BatchNodeIdentityReference
Public Shared Function BatchNodeIdentityReference (Optional resourceId As ResourceIdentifier = Nothing) As BatchNodeIdentityReference

Parameters

resourceId
ResourceIdentifier

The ARM resource id of the user assigned identity.

Returns

A new BatchNodeIdentityReference instance for mocking.

Applies to