Share via


ComputeBatchModelFactory.BatchPoolIdentityReference Method

Definition

The reference of one of the pool identities to encrypt Disk. This identity will be used to access the key vault.

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

Parameters

resourceId
ResourceIdentifier

The ARM resource id of the user assigned identity. This reference must be included in the pool identities.

Returns

A new BatchPoolIdentityReference instance for mocking.

Applies to